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.
Completed
Push — master ( 7ac25d...355af1 )
by Hong
03:06
created
src/Phossa2/Di/Traits/FactoryTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * @var    int
47 47
      * @access protected
48 48
      */
49
-     protected $counter = 0;
49
+        protected $counter = 0;
50 50
 
51 51
     /**
52 52
      * Full scope info
Please login to merge, or discard this patch.