Passed
Push — master ( f3a711...e259d1 )
by Iman
13:29 queued 09:24
created
src/Reactions/Validator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     public function __destruct()
38 38
     {
39 39
         $data = $this->validationData;
40
-        $modifier = $this->modifier ?: function ($d) {
40
+        $modifier = $this->modifier ?: function($d) {
41 41
             return $d;
42 42
         };
43 43
         $this->chain->predicate = app(ResponderFactory::class)->validatorCallback($modifier, ...$data);
Please login to merge, or discard this patch.