Adding docblock to cheer up PHPCI.
This commit is contained in:
parent
9dcb29af5d
commit
6a1b23bbb4
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue