Adding docblock to cheer up PHPCI.

This commit is contained in:
Dan Cryer 2015-11-12 14:46:35 +00:00
parent 9dcb29af5d
commit 6a1b23bbb4

View file

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