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 ( 8c3ee0...d7f4ea )
by Hong
04:46
created
src/Phossa2/Di/Container.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -230,6 +230,7 @@
 block discarded – undo
230 230
 
231 231
     /**
232 232
      * {@inheritDoc}
233
+     * @param callable $toResolve
233 234
      */
234 235
     public function resolve(&$toResolve)
235 236
     {
Please login to merge, or discard this patch.
src/Phossa2/Di/Resolver/Resolver.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
 
110 110
         // set up lookup pool
111 111
         $this->addRegistry($this->object_resolver)
112
-             ->addRegistry($this->config_resolver);
112
+                ->addRegistry($this->config_resolver);
113 113
     }
114 114
 
115 115
     /**
Please login to merge, or discard this patch.