Completed
Push — develop ( d72fda...a083a7 )
by Nate
01:44
created
src/Scope.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -237,7 +237,7 @@
 block discarded – undo
237 237
             if (array_key_exists($name, $params)) {
238 238
                 if ($param->hasType()) {
239 239
                     if ($param->isArray()) {
240
-                        $args[] = $actionParams[$name] = (array) $params[$name];
240
+                        $args[] = $actionParams[$name] = (array)$params[$name];
241 241
                     } elseif (!is_array($params[$name])) {
242 242
                         $args[] = $actionParams[$name] = $params[$name];
243 243
                     } else {
Please login to merge, or discard this patch.