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 (#3113)
by
unknown
10:44
created
src/helpers.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
                 $input_arg = substr($row['name'], $start + 1, $length - 1);
55 55
                 $input_arg = strlen($input_arg) >= 1 ? $input_arg : null;
56 56
                 $input_key = substr($row['name'], 0, $start);
57
-            }else{
57
+            } else{
58 58
                 $input_key = $row['name'];
59 59
             }
60 60
 
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
 
67 67
                     array_push($result[$input_key], $row['value']);
68 68
                 }
69
-            }else{
69
+            } else{
70 70
                 $result[$input_key][$input_arg] = $row['value'];
71 71
             }
72 72
         }
Please login to merge, or discard this patch.