Skip to content

Commit d72f3a4

Browse files
eliecharralsmith77
authored andcommitted
Update ParamFetcher.php
1 parent cfc2f0e commit d72f3a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Request/ParamFetcher.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ public function get($name, $strict = null)
133133

134134
if ($config->array) {
135135

136-
if (($default !== null || !$strict) || $nullable)
137-
{
136+
if (($default !== null || !$strict) || $nullable) {
138137
$default = (array) $default;
139138
}
140139

0 commit comments

Comments
 (0)