PhpParallelLint andPhpCpd now implements ZeroConfigPlugin interface
This commit is contained in:
parent
eea29dabe8
commit
a5aabdce2d
33 changed files with 188 additions and 117 deletions
|
|
@ -14,11 +14,12 @@ use PHPCensor\Model\Build;
|
|||
use PHPCensor\Plugin;
|
||||
|
||||
/**
|
||||
* Gulp Plugin - Provides access to gulp functionality.
|
||||
* @author Dirk Heilig <dirk@heilig-online.com>
|
||||
* @package PHPCI
|
||||
* @subpackage Plugins
|
||||
*/
|
||||
* Gulp Plugin - Provides access to gulp functionality.
|
||||
*
|
||||
* @author Dirk Heilig <dirk@heilig-online.com>
|
||||
* @package PHPCI
|
||||
* @subpackage Plugins
|
||||
*/
|
||||
class Gulp extends Plugin
|
||||
{
|
||||
protected $directory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue