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 (#137)
by Jérémiah
06:26
created
DependencyInjection/Compiler/AutoMappingPass.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -123,6 +123,10 @@
 block discarded – undo
123 123
         }
124 124
     }
125 125
 
126
+    /**
127
+     * @param string|null $className
128
+     * @param boolean $withMethod
129
+     */
126 130
     private function addDefinitionTagsFromAliasesMethod(Definition $definition, $className, $tagName, $withMethod)
127 131
     {
128 132
         // from getAliases
Please login to merge, or discard this patch.