Completed
Push — master ( 7cf2a7...686a12 )
by Matthias
09:06
created
src/MaglLegacyApplication/Factory/ControllerServiceFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
      * Create service
23 23
      *
24 24
      * @param ServiceLocatorInterface $serviceLocator
25
-     * @return mixed
25
+     * @return ControllerService
26 26
      */
27 27
     public function createService(ServiceLocatorInterface $serviceLocator)
28 28
     {
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
      * @param ContainerInterface $container
36 36
      * @param string $requestedName
37 37
      * @param null|array $options
38
-     * @return object
38
+     * @return ControllerService
39 39
      * @throws ServiceNotFoundException if unable to resolve the service.
40 40
      * @throws ServiceNotCreatedException if an exception is raised when
41 41
      *     creating a service.
Please login to merge, or discard this patch.
src/MaglLegacyApplication/Factory/LegacyControllerFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
      * Create service
21 21
      *
22 22
      * @param ServiceLocatorInterface $serviceLocator
23
-     * @return mixed
23
+     * @return LegacyController
24 24
      */
25 25
     public function createService(ServiceLocatorInterface $serviceLocator)
26 26
     {
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
      * @param ContainerInterface $container
34 34
      * @param string $requestedName
35 35
      * @param null|array $options
36
-     * @return object
36
+     * @return LegacyController
37 37
      * @throws ServiceNotFoundException if unable to resolve the service.
38 38
      * @throws ServiceNotCreatedException if an exception is raised when
39 39
      *     creating a service.
Please login to merge, or discard this patch.
src/MaglLegacyApplication/Factory/LegacyControllerOptionsFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
      * Create service
20 20
      *
21 21
      * @param ServiceLocatorInterface $serviceLocator
22
-     * @return mixed
22
+     * @return LegacyControllerOptions
23 23
      */
24 24
     public function createService(ServiceLocatorInterface $serviceLocator)
25 25
     {
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
      * @param ContainerInterface $container
33 33
      * @param string $requestedName
34 34
      * @param null|array $options
35
-     * @return object
35
+     * @return LegacyControllerOptions
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.