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 ( 103a86...2f9008 )
by Bram
07:42 queued 05:18
created
src/StrokerCache/Factory/CacheServiceFactory.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@  discard block
 block discarded – undo
8 8
 namespace StrokerCache\Factory;
9 9
 
10 10
 use Interop\Container\ContainerInterface;
11
-use Interop\Container\Exception\ContainerException;
12 11
 use StrokerCache\Exception\RuntimeException;
13 12
 use StrokerCache\IdGenerator\IdGeneratorPluginManager;
14 13
 use StrokerCache\Listener\ShouldCacheStrategyListener;
@@ -16,8 +15,6 @@  discard block
 block discarded – undo
16 15
 use StrokerCache\Service\CacheService;
17 16
 use StrokerCache\Strategy\CacheStrategyPluginManager;
18 17
 use Zend\EventManager\ListenerAggregateInterface;
19
-use Zend\ServiceManager\Exception\ServiceNotCreatedException;
20
-use Zend\ServiceManager\Exception\ServiceNotFoundException;
21 18
 use Zend\ServiceManager\FactoryInterface;
22 19
 use Zend\ServiceManager\ServiceLocatorInterface;
23 20
 
Please login to merge, or discard this patch.
src/StrokerCache/Factory/CacheStorageFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      * @param  ContainerInterface $container
33 33
      * @param  string $requestedName
34 34
      * @param  null|array $options
35
-     * @return object
35
+     * @return \Zend\Cache\Storage\StorageInterface
36 36
      * @throws ServiceNotFoundException if unable to resolve the service.
37 37
      * @throws ServiceNotCreatedException if an exception is raised when
38 38
      *     creating a service.
Please login to merge, or discard this patch.
src/StrokerCache/Service/CacheService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use StrokerCache\Event\CacheEvent;
13 13
 use Zend\EventManager\EventManager;
14 14
 use Zend\EventManager\EventManagerInterface;
15
-use Zend\EventManager\EventManagerAwareInterface;
16 15
 use StrokerCache\Options\ModuleOptions;
17 16
 use Zend\Cache\Storage\TaggableInterface;
18 17
 use Zend\Cache\Storage\StorageInterface;
Please login to merge, or discard this patch.