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 (#1527)
by Cristian
05:39
created
src/PanelTraits/HeadingsAndTitle.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
      */
23 23
     public function getTitle($fallback = false, $action = false)
24 24
     {
25
-        if (! $action) {
25
+        if (!$action) {
26 26
             $action = $this->getActionMethod();
27 27
         }
28 28
 
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
      */
44 44
     public function setTitle($string, $action = false)
45 45
     {
46
-        if (! $action) {
46
+        if (!$action) {
47 47
             $action = $this->getActionMethod();
48 48
         }
49 49
 
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
      */
65 65
     public function getHeading($fallback = false, $action = false)
66 66
     {
67
-        if (! $action) {
67
+        if (!$action) {
68 68
             $action = $this->getActionMethod();
69 69
         }
70 70
 
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      */
86 86
     public function setHeading($string, $action = false)
87 87
     {
88
-        if (! $action) {
88
+        if (!$action) {
89 89
             $action = $this->getActionMethod();
90 90
         }
91 91
 
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
      */
107 107
     public function getSubheading($fallback = false, $action = false)
108 108
     {
109
-        if (! $action) {
109
+        if (!$action) {
110 110
             $action = $this->getActionMethod();
111 111
         }
112 112
 
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
      */
128 128
     public function setSubheading($string, $action = false)
129 129
     {
130
-        if (! $action) {
130
+        if (!$action) {
131 131
             $action = $this->getActionMethod();
132 132
         }
133 133
 
Please login to merge, or discard this patch.