1
0
Fork 0

Fixed docs and removed implementation detail

pull/4124/head
nevvermind 2016-01-22 13:54:59 +00:00
parent aa45a48283
commit 5ec6988218
1 changed files with 1 additions and 3 deletions

View File

@ -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
*