Completed
Push — master ( 7ca6a8...fd7b1f )
by Rasmus
12s queued 11s
created
src/Container.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      *
48 48
      * @param string $name component name
49 49
      *
50
-     * @return mixed
50
+     * @return Container
51 51
      *
52 52
      * @throws NotFoundException
53 53
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Interop\Container\ContainerInterface;
6 6
 use Psr\Container\ContainerInterface as PsrContainerInterface;
7 7
 use ReflectionClass;
8
-use ReflectionFunction;
9 8
 use ReflectionParameter;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.