@@ -77,7 +77,7 @@ |
||
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 | } |