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

Passed
Push — add-misc-tests ( 82ef0c...05fcd6 )
by Pedro
15:42 queued 51s
created
tests/config/Models/TestModelWithTranslations.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
         return true;
10 10
     }
11 11
 
12
-   public function getTranslations()
13
-   {
14
-         return ['translatableColumn' => null];
15
-   }
12
+    public function getTranslations()
13
+    {
14
+            return ['translatableColumn' => null];
15
+    }
16 16
 }
Please login to merge, or discard this patch.