From d788ee7d994681264af58b68f95e9405d955cb8f Mon Sep 17 00:00:00 2001 From: Sandy Pleyte Date: Tue, 18 Feb 2014 10:47:06 +0100 Subject: [PATCH] Fixed docblock --- src/Composer/Config/JsonConfigSource.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Composer/Config/JsonConfigSource.php b/src/Composer/Config/JsonConfigSource.php index 506be613e..1c12aadcf 100644 --- a/src/Composer/Config/JsonConfigSource.php +++ b/src/Composer/Config/JsonConfigSource.php @@ -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)