Completed
Pull Request — master (#92)
by
unknown
01:58
created
src/Container.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -269,7 +269,8 @@
 block discarded – undo
269 269
     /**
270 270
      * Get a service that has been registered in this container.
271 271
      *
272
-     * @return mixed Entry|false.
272
+     * @param string $alias
273
+     * @return string Entry|false.
273 274
      */
274 275
     protected function getFromThisContainer($alias, array $args = [])
275 276
     {
Please login to merge, or discard this patch.