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 (#536)
by
unknown
20:43
created
src/Generator/TypeGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -426,7 +426,7 @@
 block discarded – undo
426 426
      */
427 427
     protected function generateCascade($config)
428 428
     {
429
-        $config  = $config['validation'] ?? $config;
429
+        $config = $config['validation'] ?? $config;
430 430
 
431 431
         return $this->stringifyValue($config['cascade'] ?? null, 1);
432 432
     }
Please login to merge, or discard this patch.