PhpParallelLint andPhpCpd now implements ZeroConfigPlugin interface
This commit is contained in:
parent
eea29dabe8
commit
a5aabdce2d
33 changed files with 188 additions and 117 deletions
|
|
@ -21,11 +21,12 @@ use Psr\Log\LogLevel;
|
|||
use PHPCensor\Plugin;
|
||||
|
||||
/**
|
||||
* Email Plugin - Provides simple email capability to PHPCI.
|
||||
* @author Steve Brazier <meadsteve@gmail.com>
|
||||
* @package PHPCI
|
||||
* @subpackage Plugins
|
||||
*/
|
||||
* Email Plugin - Provides simple email capability to PHPCI.
|
||||
*
|
||||
* @author Steve Brazier <meadsteve@gmail.com>
|
||||
* @package PHPCI
|
||||
* @subpackage Plugins
|
||||
*/
|
||||
class Email extends Plugin
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue