@@ -61,7 +61,8 @@ |
||
61 | 61 | */ |
62 | 62 | public static function validateArray(Closure $closure, array $values): bool |
63 | 63 | { |
64 | - foreach ($values as $value) { |
|
64 | + foreach ($values as $value) |
|
65 | + { |
|
65 | 66 | if (!$closure($value)) { |
66 | 67 | return false; |
67 | 68 | } |