Passed
Push — main ( a20a2c...4724f2 )
by Breno
02:01
created
src/AbstractRule.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,7 @@
 block discarded – undo
26 26
     {
27 27
         return
28 28
             $this->isValid($input, $context) ?
29
-                new ErrorReporting :
30
-                (new ErrorReporting)->addError($this->message, $this, $this->getField());
29
+                new ErrorReporting : (new ErrorReporting)->addError($this->message, $this, $this->getField());
31 30
     }
32 31
 
33 32
     private function className(): string
Please login to merge, or discard this patch.