From 5ec6988218b7745c28e08a8c13cb9d920ad3ac01 Mon Sep 17 00:00:00 2001 From: nevvermind Date: Fri, 22 Jan 2016 13:54:59 +0000 Subject: [PATCH] Fixed docs and removed implementation detail --- src/Composer/Plugin/Capable.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Composer/Plugin/Capable.php b/src/Composer/Plugin/Capable.php index 025e311b3..48ae42250 100644 --- a/src/Composer/Plugin/Capable.php +++ b/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 *