1
0
Fork 0

Fixed docblock

pull/2720/merge
Sandy Pleyte 2014-02-18 10:47:06 +01:00 committed by Jordi Boggiano
parent 6bdcd9266c
commit d788ee7d99
1 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,8 @@ class JsonConfigSource implements ConfigSourceInterface
/**
* Prepend a reference to an element to the beginning of an array.
*
* @param array $array array
* @param mixed $value mixed
* @param array $array
* @param mixed $value
* @return array
*/
function array_unshift_ref(&$array, &$value)