@@ -467,8 +467,7 @@ discard block |
||
467 | 467 | * Implement Array offsetExists |
468 | 468 | * |
469 | 469 | * @param string $key the key to set |
470 | - * @param mixed $value the value to set |
|
471 | - * @return array debug info |
|
470 | + * @return boolean debug info |
|
472 | 471 | * @link http://php.net/manual/en/class.arrayaccess.php |
473 | 472 | */ |
474 | 473 | public function offsetExists($key) { |
@@ -480,7 +479,6 @@ discard block |
||
480 | 479 | * Implement Array offsetUnset |
481 | 480 | * |
482 | 481 | * @param string $key the key to set |
483 | - * @param mixed $value the value to set |
|
484 | 482 | * @return array debug info |
485 | 483 | * @link http://php.net/manual/en/class.arrayaccess.php |
486 | 484 | */ |
@@ -496,7 +494,6 @@ discard block |
||
496 | 494 | * Implement Array offsetGet |
497 | 495 | * |
498 | 496 | * @param string $key the key to set |
499 | - * @param mixed $value the value to set |
|
500 | 497 | * @return array debug info |
501 | 498 | * @link http://php.net/manual/en/class.arrayaccess.php |
502 | 499 | */ |