Completed
Push — master ( 261083...452422 )
by Rasmus
02:26
created
src/Container.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      *
72 72
      * @param string $name component name
73 73
      *
74
-     * @return mixed
74
+     * @return Container
75 75
      *
76 76
      * @throws ContainerException
77 77
      * @throws NotFoundException
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
      * @param array                 $map    mixed list/map of parameter values (and/or boxed values)
193 193
      * @param bool                  $safe   if TRUE, it's considered safe to resolve against parameter names
194 194
      *
195
-     * @return array parameters
195
+     * @return callable parameters
196 196
      *
197 197
      * @throws ContainerException
198 198
      * @throws NotFoundException
Please login to merge, or discard this patch.