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/Imagine/Filter/Loader/Factory/WatermarkFactory.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 Watermark
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/Imagine/Resolver/Factory/ImageMapResolverFactory.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 ImageMapResolver
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/Imagine/Resolver/Factory/ImagePathStackResolverFactory.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 ImagePathStackResolver
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/View/Helper/Factory/ImgUrlFactory.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 ImgUrl
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.
tests/HtImgModuleTest/Imagine/Loader/LoaderPluginManagerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace HtImgModuleTest\Imagine\Loader;
3 3
 
4 4
 use HtImgModule\Imagine\Loader\LoaderPluginManager;
5
-use Zend\ServiceManager\Exception\InvalidServiceException;
6 5
 use Zend\ServiceManager\ServiceManager;
7 6
 
8 7
 class LoaderPluginManagerTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.