Skip to content

Commit

Permalink
removed cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Feb 17, 2015
1 parent 66c6662 commit 97fca91
Show file tree
Hide file tree
Showing 19 changed files with 653 additions and 3,954 deletions.
137 changes: 0 additions & 137 deletions build.sbt

This file was deleted.

1 change: 0 additions & 1 deletion project/build.properties

This file was deleted.

1 change: 1 addition & 0 deletions samples/client/petstore/php/Swagger.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ public static function deserialize($data, $class)
$deserialized = $values;
} elseif (substr($class, 0, 6) == 'array[') {
$subClass = substr($class, 6, -1);
$values = array();
foreach ($data as $key => $value) {
$values[] = self::deserialize($value, $subClass);
}
Expand Down
Loading

0 comments on commit 97fca91

Please sign in to comment.