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 ( d3ad00...acd091 )
by Pierre
04:27
created
src/CoreBundle/Swiftmailer/Plugin/CssInlinerPlugin.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.
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
         if ($message->getContentType() !== 'text/plain') {
54 54
             $body = $this->inliner->convert($message->getBody());
55 55
             $dom = new Crawler($body);
56
-            $dom->filter('style')->each(function (Crawler $crawler) {
56
+            $dom->filter('style')->each(function(Crawler $crawler) {
57 57
                 foreach ($crawler as $node) {
58 58
                     $node->parentNode->removeChild($node);
59 59
                 }
Please login to merge, or discard this patch.