Change to correct parameters in phpdoc

This commit is contained in:
Han Lin Yap 2011-12-04 20:03:15 +01:00
parent 287433193d
commit 7106afea9c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,6 @@ public static function set(&$array, $key, $value)
* *
* @param array $array * @param array $array
* @param string $key * @param string $key
* @param mixed $value
* @return void * @return void
*/ */
public static function forget(&$array, $key) public static function forget(&$array, $key)
@ -124,6 +123,7 @@ public static function forget(&$array, $key)
* *
* @param array $array * @param array $array
* @param Closure $callback * @param Closure $callback
* @param mixed $default
* @return mixed * @return mixed
*/ */
public static function first($array, $callback, $default = null) public static function first($array, $callback, $default = null)