소스 검색

Fixed docs and removed implementation detail

nevvermind 9 년 전
부모
커밋
5ec6988218
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/Composer/Plugin/Capable.php

+ 1 - 3
src/Composer/Plugin/Capable.php

@@ -28,9 +28,7 @@ interface Capable
      * The key must be a string, representing a fully qualified class/interface name
      * which Composer Plugin API exposes.
      * The value must be a string as well, representing the fully qualified class name
-     * of the API class.
-     *
-     * Every implementation will be passed a single array parameter via their constructor.
+     * of the implementing class.
      *
      * @tutorial
      *