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 ( 69a3ac...dd77f1 )
by Markus
02:27
created
src/Tests/DependencyGraphTest.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -187,12 +187,12 @@
 block discarded – undo
187 187
         $graph->resolve();
188 188
     }
189 189
 
190
-	/**
191
-	 * Tests whether a circular dependency is detected for a->b b->a.
192
-	 *
193
-	 * @expectedException Digilist\DependencyGraph\CircularDependencyException
194
-	 * @test
195
-	 */
190
+    /**
191
+     * Tests whether a circular dependency is detected for a->b b->a.
192
+     *
193
+     * @expectedException Digilist\DependencyGraph\CircularDependencyException
194
+     * @test
195
+     */
196 196
     public function testCircularDependencyException2()
197 197
     {
198 198
         $graph = new DependencyGraph();
Please login to merge, or discard this patch.