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
Push — master ( a51c45...8abdb6 )
by Pierre
11:05
created
src/ClientBundle/Form/Handler/AbstractContactFormHandler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
      */
76 76
     abstract public function getTemplate(): string;
77 77
 
78
- // This needs to be public for the lazy proxy service definition to work
78
+    // This needs to be public for the lazy proxy service definition to work
79 79
 
80 80
     /**
81 81
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/UserBundle/Tests/Form/Handler/ApiFormHandlerTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of CSBill project.
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
         return ['api_token' => new ApiToken()];
42 42
     }
43 43
 
44
-    protected function assertOnSuccess(?Response $response, $data, FormRequest $form)
44
+    protected function assertOnSuccess(? Response $response, $data, FormRequest $form)
45 45
     {
46 46
         $this->assertCount(1, $this->em->getRepository('CSBillUserBundle:ApiToken')->findAll());
47 47
         $this->assertInstanceOf(JsonResponse::class, $response);
Please login to merge, or discard this patch.