Completed
Push — master ( 482bb6...bff53a )
by Amine
03:17
created
src/object.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -19,8 +19,6 @@  discard block
 block discarded – undo
19 19
  * ```
20 20
  *
21 21
  * @signature String|Number -> [key => *] -> *
22
- * @param  string $name
23
- * @param  array $array
24 22
  * @return mixed
25 23
  */
26 24
 function value() {
@@ -52,8 +50,6 @@  discard block
 block discarded – undo
52 50
  * ```
53 51
  *
54 52
  * @signature String|Number -> [key => *] -> Boolean
55
- * @param  string $name
56
- * @param  array $array
57 53
  * @return mixed
58 54
  */
59 55
 function has() {
Please login to merge, or discard this patch.