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 ( 322edd...18d049 )
by Hong
03:32
created
src/Phossa2/Di/Container.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -129,9 +129,9 @@
 block discarded – undo
129 129
         /*# string */ $baseNode = 'di'
130 130
     ) {
131 131
         $this->setResolver(new Resolver($this, $config ?: new Config(), $baseNode))
132
-             ->setFactory(new Factory($this))
133
-             ->registerSelf()
134
-             ->initContainer();
132
+                ->setFactory(new Factory($this))
133
+                ->registerSelf()
134
+                ->initContainer();
135 135
     }
136 136
 
137 137
     /**
Please login to merge, or discard this patch.