We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -16,7 +16,7 @@ |
||
16 | 16 | protected function getResolverSolutionsMapping() |
17 | 17 | { |
18 | 18 | return [ |
19 | - 'Toto' => ['solutionFunc' => [$this, 'createToto'], 'solutionFuncArgs' => [], 'method' => 'resolve'], |
|
19 | + 'Toto' => ['solutionFunc' => [$this, 'createToto'], 'solutionFuncArgs' => [], 'method' => 'resolve'], |
|
20 | 20 | ]; |
21 | 21 | } |
22 | 22 |