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 ( 0e23f6...a13c3b )
by Bram
09:25
created
src/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.