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

Test Failed
Pull Request — master (#964)
by Ruud
02:17
created
src/Definition/Type/CustomScalarType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
             return parent::$type($value);
78 78
         }
79 79
 
80
-        $scalarType = match (true) {
80
+        $scalarType = match(true) {
81 81
             $this->config['scalarType'] instanceof ScalarType => $this->config['scalarType'],
82 82
             is_callable($this->config['scalarType']) => $this->config['scalarType'](),
83 83
             default => $this->config['scalarType'],
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
             return;
95 95
         }
96 96
 
97
-        $scalarType = match (true) {
97
+        $scalarType = match(true) {
98 98
             $this->config['scalarType'] instanceof ScalarType => $this->config['scalarType'],
99 99
             is_callable($this->config['scalarType']) => $this->config['scalarType'](),
100 100
             default => $this->config['scalarType'],
Please login to merge, or discard this patch.