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 — update-dep ( 101307...f9b6c2 )
by
unknown
02:01
created
src/Factory/CacheManagerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      * @param  string             $requestedName
19 19
      * @param  null|array         $options
20 20
      *
21
-     * @return object
21
+     * @return CacheManager
22 22
      * @throws ServiceNotFoundException if unable to resolve the service.
23 23
      * @throws ServiceNotCreatedException if an exception is raised when
24 24
      *     creating a service.
Please login to merge, or discard this patch.
src/Factory/FilterLoaderPluginManagerFactory.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @param  string             $requestedName
20 20
      * @param  null|array         $options
21 21
      *
22
-     * @return object
22
+     * @return FilterLoaderPluginManager
23 23
      * @throws ServiceNotFoundException if unable to resolve the service.
24 24
      * @throws ServiceNotCreatedException if an exception is raised when
25 25
      *     creating a service.
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
 use Zend\ServiceManager\FactoryInterface;
9 9
 use Zend\ServiceManager\ServiceLocatorInterface;
10 10
 use HtImgModule\Imagine\Filter\Loader\FilterLoaderPluginManager;
11
-use Zend\ServiceManager\Config;
12 11
 
13 12
 class FilterLoaderPluginManagerFactory implements FactoryInterface
14 13
 {
Please login to merge, or discard this patch.
src/Factory/FilterManagerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @param  string             $requestedName
20 20
      * @param  null|array         $options
21 21
      *
22
-     * @return object
22
+     * @return FilterManager
23 23
      * @throws ServiceNotFoundException if unable to resolve the service.
24 24
      * @throws ServiceNotCreatedException if an exception is raised when
25 25
      *     creating a service.
Please login to merge, or discard this patch.
src/Factory/ImageServiceFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      * @param  string             $requestedName
23 23
      * @param  null|array         $options
24 24
      *
25
-     * @return object
25
+     * @return ImageService
26 26
      * @throws ServiceNotFoundException if unable to resolve the service.
27 27
      * @throws ServiceNotCreatedException if an exception is raised when
28 28
      *     creating a service.
Please login to merge, or discard this patch.
src/Factory/Imagine/Loader/FileSystemLoaderFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      * @param  string             $requestedName
19 19
      * @param  null|array         $options
20 20
      *
21
-     * @return object
21
+     * @return FileSystemLoader
22 22
      * @throws ServiceNotFoundException if unable to resolve the service.
23 23
      * @throws ServiceNotCreatedException if an exception is raised when
24 24
      *     creating a service.
Please login to merge, or discard this patch.
src/Factory/Imagine/Loader/LoaderManagerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      * @param  string             $requestedName
22 22
      * @param  null|array         $options
23 23
      *
24
-     * @return object
24
+     * @return LoaderManager
25 25
      * @throws ServiceNotFoundException if unable to resolve the service.
26 26
      * @throws ServiceNotCreatedException if an exception is raised when
27 27
      *     creating a service.
Please login to merge, or discard this patch.
src/Factory/Imagine/Loader/LoaderPluginManagerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @param  string             $requestedName
20 20
      * @param  null|array         $options
21 21
      *
22
-     * @return object
22
+     * @return LoaderPluginManager
23 23
      * @throws ServiceNotFoundException if unable to resolve the service.
24 24
      * @throws ServiceNotCreatedException if an exception is raised when
25 25
      *     creating a service.
Please login to merge, or discard this patch.
src/Factory/Imagine/Loader/SimpleFileSystemLoaderFactory.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  string             $requestedName
33 33
      * @param  null|array         $options
34 34
      *
35
-     * @return object
35
+     * @return SimpleFileSystemLoader
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/Imagine/Filter/Loader/Factory/BackgroundFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      * @param  string             $requestedName
19 19
      * @param  null|array         $options
20 20
      *
21
-     * @return object
21
+     * @return Background
22 22
      * @throws ServiceNotFoundException if unable to resolve the service.
23 23
      * @throws ServiceNotCreatedException if an exception is raised when
24 24
      *     creating a service.
Please login to merge, or discard this patch.