Sandy Pleyte пре 11 година
родитељ
комит
d788ee7d99
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/Composer/Config/JsonConfigSource.php

+ 2 - 2
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.
      * 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
      * @return array
      */
      */
     function array_unshift_ref(&$array, &$value)
     function array_unshift_ref(&$array, &$value)