Completed
Branch master (3c5e5f)
by Korotkov
01:54
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/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.