Passed
Push — master ( d44e7d...fd48aa )
by Alexey
07:53
created
src/Container/src/Container.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -196,6 +196,7 @@
 block discarded – undo
196 196
 
197 197
     /**
198 198
      * @inheritDoc
199
+     * @param string $id
199 200
      */
200 201
     public function get($id, array $arguments = [])
201 202
     {
Please login to merge, or discard this patch.
src/Container/src/ReflectedCallable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @param $callable
70
+     * @param callable $callable
71 71
      * @return callable
72 72
      * @throws InvalidArgumentException
73 73
      */
Please login to merge, or discard this patch.