Completed
Push — master ( 5f180f...861647 )
by arto
02:09
created
source/Net/Bazzline/Component/Cli/Arguments/Collection.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
     }
196 196
 
197 197
     /**
198
-     * @param mixed $key
198
+     * @param string $key
199 199
      * @return bool
200 200
      */
201 201
     public function containsKey($key)
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
     }
205 205
 
206 206
     /**
207
-     * @param mixed $value
207
+     * @param string $value
208 208
      * @return bool
209 209
      */
210 210
     public function containsValue($value)
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
     }
222 222
 
223 223
     /**
224
-     * @param null|mixed $key
224
+     * @param string $key
225 225
      * @return mixed
226 226
      */
227 227
     public function getOne($key = null)
Please login to merge, or discard this patch.