Completed
Push — master ( f99e05...615cfa )
by
unknown
01:35
created
src/Factory/AspectKernelFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
      * @param string             $requestedName
29 29
      * @param array              $options
30 30
      *
31
-     * @return mixed
31
+     * @return AspectKernel
32 32
      */
33 33
     public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
34 34
     {
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
      *
41 41
      * @param ServiceLocatorInterface $serviceLocator
42 42
      *
43
-     * @return mixed
43
+     * @return AspectKernel
44 44
      */
45 45
     public function createService(ServiceLocatorInterface $serviceLocator)
46 46
     {
Please login to merge, or discard this patch.