1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Clean up documentation

This commit is contained in:
Gabriel Caruso 2017-12-30 18:06:14 -02:00
parent 6717cf1956
commit 486e580db2
13 changed files with 17 additions and 30 deletions

View file

@ -191,8 +191,8 @@ with [`Composer\Composer`][4]'s internal state, by providing explicit extension
for common plugin requirements.
Capable Plugins classes must implement the [`Composer\Plugin\Capable`][8] interface
and declare their capabilities in the `getCapabilities()` method.
This method must return an array, with the _key_ as a Composer Capability class name,
and declare their capabilities in the `getCapabilities()` method.
This method must return an array, with the _key_ as a Composer Capability class name,
and the _value_ as the Plugin's own implementation class name of said Capability:
```php