diff --git a/PHPCI/Plugin/AbstractPlugin.php b/PHPCI/Plugin/AbstractPlugin.php index c986e602..fd78d00b 100644 --- a/PHPCI/Plugin/AbstractPlugin.php +++ b/PHPCI/Plugin/AbstractPlugin.php @@ -4,6 +4,10 @@ namespace PHPCI\Plugin; use PHPCI\Plugin; +/** + * Base for all of the standard PHPCI plugins. Provides the isAllowedInStage() functionality. + * @package PHPCI\Plugin + */ abstract class AbstractPlugin implements Plugin { /**