Completed
Push — master ( d9d93f...67f9d6 )
by Antoine
09:38
created
src/Roave/NonceUtility/Factory/Service/NonceServiceFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      *
53 53
      * @param ServiceLocatorInterface $serviceLocator
54 54
      *
55
-     * @return mixed
55
+     * @return NonceService
56 56
      */
57 57
     public function createService(ServiceLocatorInterface $serviceLocator)
58 58
     {
Please login to merge, or discard this patch.
src/Roave/NonceUtility/Factory/Repository/NonceRepositoryFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
      *
54 54
      * @param ServiceLocatorInterface $serviceLocator
55 55
      *
56
-     * @return mixed
56
+     * @return NonceRepository
57 57
      */
58 58
     public function createService(ServiceLocatorInterface $serviceLocator)
59 59
     {
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      * @param string             $requestedName
68 68
      * @param array|null         $options
69 69
      *
70
-     * @return mixed|object
70
+     * @return NonceRepositoryInterface
71 71
      */
72 72
     public function __invoke(ContainerInterface $container, $requestedName, array $options = null): NonceRepositoryInterface
73 73
     {
Please login to merge, or discard this patch.