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 ( d22471...80e19e )
by Cees-Jan
03:24
created
src/AbstractEmptyResourceTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 namespace ApiClients\Tools\ResourceTestUtilities;
5 5
 
6
-use phpDocumentor\Reflection\DocBlock;
7 6
 use ReflectionClass;
8 7
 use Throwable;
9 8
 use TypeError;
Please login to merge, or discard this patch.
src/TestCase.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -18,6 +18,10 @@
 block discarded – undo
18 18
 
19 19
 abstract class TestCase extends BaseTestCase
20 20
 {
21
+    /**
22
+     * @param string $class
23
+     * @param string $namespace
24
+     */
21 25
     public function hydrate($class, $json, $namespace)
22 26
     {
23 27
         $loop = LoopFactory::create();
Please login to merge, or discard this patch.