Change to correct parameters in phpdoc
This commit is contained in:
parent
287433193d
commit
7106afea9c
|
@ -87,7 +87,6 @@ public static function set(&$array, $key, $value)
|
|||
*
|
||||
* @param array $array
|
||||
* @param string $key
|
||||
* @param mixed $value
|
||||
* @return void
|
||||
*/
|
||||
public static function forget(&$array, $key)
|
||||
|
@ -124,6 +123,7 @@ public static function forget(&$array, $key)
|
|||
*
|
||||
* @param array $array
|
||||
* @param Closure $callback
|
||||
* @param mixed $default
|
||||
* @return mixed
|
||||
*/
|
||||
public static function first($array, $callback, $default = null)
|
||||
|
|
Loading…
Reference in New Issue