Test Failed
Pull Request — 1.x (#58)
by Milwad
03:28
created
src/Rules/ValidArrayKeyExists.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     public function passes($attribute, $value)
17 17
     {
18
-        \Illuminate\Validation\Rule::forEach(function (string $value, string $attribute) {
18
+        \Illuminate\Validation\Rule::forEach (function(string $value, string $attribute) {
19 19
             dd($value, $attribute);
20 20
         });
21 21
     }
Please login to merge, or discard this patch.