We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | $solutionClass = sprintf('%s\\Toto', __NAMESPACE__); |
| 19 | 19 | |
| 20 | 20 | return [ |
| 21 | - 'Toto' => ['solution' => new $solutionClass(), 'method' => 'resolve'], |
|
| 21 | + 'Toto' => ['solution' => new $solutionClass(), 'method' => 'resolve'], |
|
| 22 | 22 | ]; |
| 23 | 23 | } |
| 24 | 24 | |