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