Completed
Pull Request — master (#11)
by Davide
02:41
created
src/Validation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
         } else {
113 113
             $firstKey = array_shift($keys);
114 114
             if (array_key_exists($firstKey, $params)) {
115
-                $params = (array)$params;
115
+                $params = (array) $params;
116 116
                 $paramValue = $params[$firstKey];
117 117
 
118 118
                 return $this->getNestedParam($paramValue, $keys);
Please login to merge, or discard this patch.