Browse Source

Remove @since

nevvermind 9 years ago
parent
commit
ec8229ffa3
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/Composer/Plugin/Capability/Capability.php
  2. 0 1
      src/Composer/Plugin/Capable.php

+ 0 - 1
src/Composer/Plugin/Capability/Capability.php

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

+ 0 - 1
src/Composer/Plugin/Capable.php

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