Completed
Branch master (57adf6)
by Korotkov
02:50
created
src/Container.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
      * @param string $key
250 250
      * @param string $param
251 251
      *
252
-     * @return bool
252
+     * @return boolean|null
253 253
      */
254 254
     public function hasParam(string $key, string $param)
255 255
     {
Please login to merge, or discard this patch.
src/ContainerTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-     * @param $key
41
+     * @param string $key
42 42
      *
43 43
      * @return mixed
44 44
      */
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @param      $object
51
+     * @param      string $object
52 52
      * @param null $params
53 53
      *
54 54
      * @return mixed
Please login to merge, or discard this patch.
src/tests/ContainerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-     * @return mixed
57
+     * @return IContainer
58 58
      */
59 59
     protected function container(): IContainer
60 60
     {
Please login to merge, or discard this patch.