Completed
Push — master ( c6c7be...0e91e4 )
by Maxim
03:22
created
src/Weew/Container/Registry.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     }
83 83
 
84 84
     /**
85
-     * @param $id
85
+     * @param string $id
86 86
      *
87 87
      * @return bool
88 88
      */
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-     * @param $id
94
+     * @param string $id
95 95
      */
96 96
     public function removeDefinition($id) {
97 97
         $index = $this->getDefinitionIndex($id);
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     /**
177 177
      * @param $id
178 178
      *
179
-     * @return int|null|string
179
+     * @return integer|null
180 180
      */
181 181
     public function getDefinitionIndex($id) {
182 182
         $definition = $this->getDefinition($id);
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
 
211 211
     /**
212 212
      * @param $string
213
-     * @param $pattern
213
+     * @param string $pattern
214 214
      *
215 215
      * @return bool
216 216
      */
Please login to merge, or discard this patch.