浏览代码

Fixed docblock

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