소스 검색

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)