Skip to content

Commit

Permalink
Update ParamFetcher.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eliecharra authored and lsmith77 committed Feb 9, 2015
1 parent cfc2f0e commit d72f3a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Request/ParamFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ public function get($name, $strict = null)

if ($config->array) {

if (($default !== null || !$strict) || $nullable)
{
if (($default !== null || !$strict) || $nullable) {
$default = (array) $default;
}

Expand Down

0 comments on commit d72f3a4

Please sign in to comment.