@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | if (is_array($found)) { |
| 92 | 92 | return in_array($value, $found); |
| 93 | 93 | } |
| 94 | - return (string)$value === (string)$found; |
|
| 94 | + return (string) $value === (string) $found; |
|
| 95 | 95 | } |
| 96 | 96 | return true; |
| 97 | 97 | } |
@@ -150,7 +150,7 @@ discard block |
||
| 150 | 150 | } |
| 151 | 151 | return $inputs; |
| 152 | 152 | } |
| 153 | - foreach($levels as $key => $next) { |
|
| 153 | + foreach ($levels as $key => $next) { |
|
| 154 | 154 | if (Accessor::has($inputs, $key)) { |
| 155 | 155 | return $this->recurseGet($next, Accessor::get($inputs, $key)); |
| 156 | 156 | } |