Completed
Push — master ( 16d4f5...bb9182 )
by Alexander
11s
created
src/Factory/AspectContainerFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      * @param string             $requestedName
28 28
      * @param array              $options
29 29
      *
30
-     * @return mixed
30
+     * @return null|\Go\Core\AspectContainer
31 31
      */
32 32
     public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
33 33
     {
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      *
40 40
      * @param ServiceLocatorInterface $serviceLocator
41 41
      *
42
-     * @return mixed
42
+     * @return null|\Go\Core\AspectContainer
43 43
      */
44 44
     public function createService(ServiceLocatorInterface $serviceLocator)
45 45
     {
Please login to merge, or discard this patch.
src/Factory/AspectKernelFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      * @param string             $requestedName
28 28
      * @param array              $options
29 29
      *
30
-     * @return mixed
30
+     * @return AspectZf2Kernel
31 31
      */
32 32
     public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
33 33
     {
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      *
40 40
      * @param ServiceLocatorInterface $serviceLocator
41 41
      *
42
-     * @return mixed
42
+     * @return AspectZf2Kernel
43 43
      */
44 44
     public function createService(ServiceLocatorInterface $serviceLocator)
45 45
     {
Please login to merge, or discard this patch.