Fixed docs and removed implementation detail
parent
aa45a48283
commit
5ec6988218
|
@ -28,9 +28,7 @@ interface Capable
|
||||||
* The key must be a string, representing a fully qualified class/interface name
|
* The key must be a string, representing a fully qualified class/interface name
|
||||||
* which Composer Plugin API exposes.
|
* which Composer Plugin API exposes.
|
||||||
* The value must be a string as well, representing the fully qualified class name
|
* The value must be a string as well, representing the fully qualified class name
|
||||||
* of the API class.
|
* of the implementing class.
|
||||||
*
|
|
||||||
* Every implementation will be passed a single array parameter via their constructor.
|
|
||||||
*
|
*
|
||||||
* @tutorial
|
* @tutorial
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue