Passed
Push — master ( 92054b...6deecb )
by Smoren
02:27
created
src/Rules/Rule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     public function asBlocking(): self
78 78
     {
79 79
         if (\count($this->checks) > 0) {
80
-            $this->checks[\count($this->checks) - 1]->setBlocking();
80
+            $this->checks[\count($this->checks)-1]->setBlocking();
81 81
         }
82 82
         return $this;
83 83
     }
Please login to merge, or discard this patch.