@@ -77,7 +77,7 @@ |
||
| 77 | 77 | public function stopOnFail(): self |
| 78 | 78 | { |
| 79 | 79 | if (\count($this->checks) > 0) { |
| 80 | - $this->checks[\count($this->checks) - 1]->setInterrupting(); |
|
| 80 | + $this->checks[\count($this->checks)-1]->setInterrupting(); |
|
| 81 | 81 | } |
| 82 | 82 | return $this; |
| 83 | 83 | } |