Completed
Push — develop ( 29d040...599906 )
by Neomerx
06:08 queued 04:31
created
src/Validation/ValidatorWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
      */
143 143
     protected function setWrapperErrors(array $wrapperErrors): self
144 144
     {
145
-        assert(call_user_func(function () use ($wrapperErrors) : bool {
145
+        assert(call_user_func(function() use ($wrapperErrors) : bool {
146 146
             $allAreErrors = true;
147 147
 
148 148
             foreach ($wrapperErrors as $error) {
Please login to merge, or discard this patch.