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
Pull Request — master (#3)
by Cees-Jan
12:08 queued 09:31
created
src/FileGenerators/BaseClassGenerator.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -111,6 +111,9 @@
 block discarded – undo
111 111
         return $stmt->addStmt($class)->getNode();
112 112
     }
113 113
 
114
+    /**
115
+     * @param \PhpParser\Builder\Class_ $class
116
+     */
114 117
     protected function processProperty($class, $stmt, $name, $details)
115 118
     {
116 119
         if (is_string($details)) {
Please login to merge, or discard this patch.
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,11 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace ApiClients\Tools\ResourceGenerator\FileGenerators;
4 4
 
5
-use ApiClients\Foundation\Hydrator\Annotations\Collection;
6
-use ApiClients\Foundation\Hydrator\Annotations\Nested;
7
-use ApiClients\Foundation\Hydrator\Annotations\Rename;
8 5
 use ApiClients\Foundation\Resource\AbstractResource;
9
-use ApiClients\Foundation\Resource\ResourceInterface;
10 6
 use ApiClients\Tools\ResourceGenerator\FileGeneratorInterface;
11 7
 use Doctrine\Common\Inflector\Inflector;
12 8
 use PhpParser\Builder\Method;
Please login to merge, or discard this patch.
src/ResourceGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Symfony\CS\Config\Config;
9 9
 use Symfony\CS\ConfigAwareInterface;
10 10
 use Symfony\CS\ConfigInterface;
11
-use Symfony\CS\FileCacheManager;
12 11
 use Symfony\CS\Fixer;
13 12
 use Symfony\CS\FixerInterface;
14 13
 
Please login to merge, or discard this patch.