GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Push — master ( e0f53f...024d87 )
by Steeven
01:48
created
src/Traits/Collectors/ErrorCollectorTrait.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -136,10 +136,10 @@
 block discarded – undo
136 136
      */
137 137
     public function addError($code, $message)
138 138
     {
139
-        if(class_exists('\O2System\Kernel')) {
140
-            $this->errors[ $code ] = language($message);
139
+        if (class_exists('\O2System\Kernel')) {
140
+            $this->errors[$code] = language($message);
141 141
         } else {
142
-            $this->errors[ $code ] = $message;
142
+            $this->errors[$code] = $message;
143 143
         }
144 144
     }
145 145
 }
146 146
\ No newline at end of file
Please login to merge, or discard this patch.