1
0
Fork 0

Remove @since

pull/4124/head
nevvermind 2016-01-18 19:18:58 +00:00
parent 681043355f
commit ec8229ffa3
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ namespace Composer\Plugin\Capability;
* Every new Capability which is added to the Plugin API must implement this interface.
*
* @api
* @since Plugin API 1.1
*/
interface Capability
{

View File

@ -18,7 +18,6 @@ namespace Composer\Plugin;
* declared Plugin class implementing this interface.
*
* @api
* @since Plugin API 1.1
*/
interface Capable
{