Passed
Push — 179 ( 8fc61b...26d10c )
by Max
09:04 queued 06:38
created
src/ValidTernary.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,8 +56,7 @@
 block discarded – undo
56 56
     {
57 57
         return (
58 58
             ($this->origin->valid()) ?
59
-            $this->cons :
60
-            $this->alter
59
+            $this->cons : $this->alter
61 60
         )($this->origin);
62 61
     }
63 62
 }
Please login to merge, or discard this patch.