Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Pull Request — master (#97)
by Jérémiah
05:13
created
Tests/DependencyInjection/Builder/PagerArgs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 {
18 18
     public function toMappingDefinition(array $config)
19 19
     {
20
-        $defaultLimit = isset($config['defaultLimit']) ? (int)$config['defaultLimit'] : 20;
20
+        $defaultLimit = isset($config['defaultLimit']) ? (int) $config['defaultLimit'] : 20;
21 21
 
22 22
         return [
23 23
             'limit' => [
Please login to merge, or discard this patch.