@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | */ |
| 52 | 52 | public function check(): void |
| 53 | 53 | { |
| 54 | - foreach($this->checks as $checker) { |
|
| 54 | + foreach ($this->checks as $checker) { |
|
| 55 | 55 | $result = $checker->checkStatus(); |
| 56 | 56 | if ($this->logger) { |
| 57 | 57 | if ($result->getSuccess()) { |
@@ -82,7 +82,7 @@ discard block |
||
| 82 | 82 | public function hasErrors(): bool |
| 83 | 83 | { |
| 84 | 84 | $error = false; |
| 85 | - foreach($this->results as $result) { |
|
| 85 | + foreach ($this->results as $result) { |
|
| 86 | 86 | if (!$result->getSuccess()) { |
| 87 | 87 | $error = true; |
| 88 | 88 | break; |