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 — annotations (#407)
by Vincent
126:18
created
src/Config/Parser/AnnotationParser.php 1 patch
Doc Comments   -5 removed lines patch added patch discarded remove patch
@@ -215,7 +215,6 @@  discard block
 block discarded – undo
215 215
     /**
216 216
      * Create a GraphQL Interface type configuration from annotations on properties.
217 217
      *
218
-     * @param string              $shortClassName
219 218
      * @param AnnotationInterface $interfaceAnnotation
220 219
      * @param array               $propertiesAnnotations
221 220
      * @param string              $namespace
@@ -242,7 +241,6 @@  discard block
 block discarded – undo
242 241
     /**
243 242
      * Create a GraphQL Input type configuration from annotations on properties.
244 243
      *
245
-     * @param string              $shortClassName
246 244
      * @param AnnotationInputType $inputAnnotation
247 245
      * @param array               $propertiesAnnotations
248 246
      * @param string              $namespace
@@ -267,7 +265,6 @@  discard block
 block discarded – undo
267 265
     /**
268 266
      * Get a Graphql scalar configuration from given scalar annotation.
269 267
      *
270
-     * @param string           $shortClassName
271 268
      * @param string           $className
272 269
      * @param AnnotationScalar $scalarAnnotation
273 270
      * @param array            $classAnnotations
@@ -296,7 +293,6 @@  discard block
 block discarded – undo
296 293
     /**
297 294
      * Get a Graphql Enum configuration from given enum annotation.
298 295
      *
299
-     * @param string         $shortClassName
300 296
      * @param AnnotationEnum $enumAnnotation
301 297
      * @param array          $classAnnotations
302 298
      * @param array          $constants
@@ -336,7 +332,6 @@  discard block
 block discarded – undo
336 332
     /**
337 333
      * Get a Graphql Union configuration from given union annotation.
338 334
      *
339
-     * @param string          $shortClassName
340 335
      * @param AnnotationUnion $unionAnnotation
341 336
      * @param array           $classAnnotations
342 337
      *
Please login to merge, or discard this patch.