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 ( a9bc98...b864c9 )
by butschster
10:50
created
tests/Admin/AdminTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -166,8 +166,8 @@
 block discarded – undo
166 166
         $controller = m::mock($controllerClass);
167 167
         $this->app->instance($controllerClass, $controller);
168 168
         $controller->shouldReceive('renderContent')
169
-                   ->withArgs($arguments)
170
-                   ->once();
169
+                    ->withArgs($arguments)
170
+                    ->once();
171 171
 
172 172
         $this->admin->view($arguments[0], $arguments[1]);
173 173
     }
Please login to merge, or discard this patch.