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 ( 8abdb6...83f266 )
by Pierre
10:15
created
src/ClientBundle/Tests/Form/Handler/ContactEditFormHandlerTest.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.
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
         ];
72 72
     }
73 73
 
74
-    protected function assertOnSuccess(?Response $response, $data, FormRequest $form)
74
+    protected function assertOnSuccess(? Response $response, $data, FormRequest $form)
75 75
     {
76 76
         $this->assertInstanceOf(JsonResponse::class, $response);
77 77
         $this->assertInstanceOf(Contact::class, $data);
Please login to merge, or discard this patch.
src/ClientBundle/Tests/Form/Handler/ContactAddFormHandlerTest.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.
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
         ];
72 72
     }
73 73
 
74
-    protected function assertOnSuccess(?Response $response, $data, FormRequest $form)
74
+    protected function assertOnSuccess(? Response $response, $data, FormRequest $form)
75 75
     {
76 76
         $this->assertInstanceOf(JsonResponse::class, $response);
77 77
         $this->assertInstanceOf(Contact::class, $data);
Please login to merge, or discard this patch.