We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | $filtered = []; |
| 22 | 22 | |
| 23 | 23 | foreach ($paths as $path) { |
| 24 | - if (! $this->isCrudControllerPath($path)) { |
|
| 24 | + if (!$this->isCrudControllerPath($path)) { |
|
| 25 | 25 | continue; |
| 26 | 26 | } |
| 27 | 27 | |