Completed
Push — master ( 8a97c6...56127f )
by Travis
03:08
created
src/InputGuard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
         $error_messages = [];
76 76
         $success        = array_reduce(
77 77
             $this->guards,
78
-            function (bool $success, Guard $guard) use (&$error_messages): bool {
78
+            function(bool $success, Guard $guard) use (&$error_messages): bool {
79 79
                 // Check for success/failure for all collected Val's.
80 80
                 if ($guard->success() === false) {
81 81
                     $error_messages[] = $guard->pullErrorMessages();
Please login to merge, or discard this patch.