PhpParallelLint andPhpCpd now implements ZeroConfigPlugin interface
This commit is contained in:
parent
eea29dabe8
commit
a5aabdce2d
33 changed files with 188 additions and 117 deletions
|
|
@ -16,12 +16,12 @@ use PHPCensor\Plugin;
|
|||
use PHPCensor\ZeroConfigPlugin;
|
||||
|
||||
/**
|
||||
* Technical Debt Plugin - Checks for existence of "TODO", "FIXME", etc.
|
||||
*
|
||||
* @author James Inman <james@jamesinman.co.uk>
|
||||
* @package PHPCI
|
||||
* @subpackage Plugins
|
||||
*/
|
||||
* Technical Debt Plugin - Checks for existence of "TODO", "FIXME", etc.
|
||||
*
|
||||
* @author James Inman <james@jamesinman.co.uk>
|
||||
* @package PHPCI
|
||||
* @subpackage Plugins
|
||||
*/
|
||||
class TechnicalDebt extends Plugin implements ZeroConfigPlugin
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue