Completed
Push — master ( 0849f8...e0934d )
by Xeriab
06:28
created
src/Arr.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      *
66 66
      * @param array $array The array to insert it into
67 67
      * @param mixed $key The dot-notated key to set or array of keys
68
-     * @param mixed $value The value
68
+     * @param null|string $value The value
69 69
      * @return void
70 70
      * @codeCoverageIgnore
71 71
      * @since 0.1.0
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
      * Un-sets dot-notated key from an array
183 183
      *
184 184
      * @param array $array The search array
185
-     * @param mixed $key The dot-notated key or array of keys
185
+     * @param string $key The dot-notated key or array of keys
186 186
      * @return mixed
187 187
      * @codeCoverageIgnore
188 188
      * @since 0.1.0
@@ -252,7 +252,7 @@  discard block
 block discarded – undo
252 252
      * Get array keys recursively
253 253
      *
254 254
      * @param array $array The search array
255
-     * @param type $search The search value
255
+     * @param string $search The search value
256 256
      * @return array
257 257
      * @codeCoverageIgnore
258 258
      * @since 0.1.2
Please login to merge, or discard this patch.