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 (#38)
by Jonathan
11:46 queued 09:52
created
src/StrokerCache/Service/CacheService.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
      * Cache tags to use for this page
152 152
      *
153 153
      * @param  MvcEvent $event
154
-     * @return array
154
+     * @return string[]
155 155
      */
156 156
     public function getTags(MvcEvent $event)
157 157
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace StrokerCache\Service;
9 9
 
10 10
 use StrokerCache\IdGenerator\IdGeneratorInterface;
11
-use StrokerCache\IdGenerator\RequestUriGenerator;
12 11
 use Zend\Mvc\MvcEvent;
13 12
 use StrokerCache\Event\CacheEvent;
14 13
 use Zend\EventManager\EventManager;
Please login to merge, or discard this patch.