PhpParallelLint andPhpCpd now implements ZeroConfigPlugin interface

This commit is contained in:
Dmitry Khomutov 2017-01-11 00:46:19 +07:00
commit a5aabdce2d
33 changed files with 188 additions and 117 deletions

View file

@ -16,11 +16,12 @@ use PHPCensor\Plugin;
use PHPCensor\ZeroConfigPlugin;
/**
* PHP Docblock Checker Plugin - Checks your PHP files for appropriate uses of Docblocks
* @author Dan Cryer <dan@block8.co.uk>
* @package PHPCI
* @subpackage Plugins
*/
* PHP Docblock Checker Plugin - Checks your PHP files for appropriate uses of Docblocks
*
* @author Dan Cryer <dan@block8.co.uk>
* @package PHPCI
* @subpackage Plugins
*/
class PhpDocblockChecker extends Plugin implements ZeroConfigPlugin
{
/**