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 ( cade09...b51555 )
by Nur
01:53
created
src/autoload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * @param $className
17 17
  */
18 18
 spl_autoload_register(
19
-    function ($className) {
19
+    function($className) {
20 20
         if (strpos($className, 'O2System\Psr\\') === false) {
21 21
             return;
22 22
         }
Please login to merge, or discard this patch.
src/Http/Header/ResponseStatusInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -998,7 +998,7 @@
 block discarded – undo
998 998
      *
999 999
      * @var int
1000 1000
      */
1001
-    const STATUS_BANDWIDTH_LIMIT_EXCEEDED = 509;  // Apache bw/limited extension
1001
+    const STATUS_BANDWIDTH_LIMIT_EXCEEDED = 509; // Apache bw/limited extension
1002 1002
 
1003 1003
     /**
1004 1004
      * ResponseStatusInterface::STATUS_NOT_EXTENDED
Please login to merge, or discard this patch.