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

@ -14,11 +14,12 @@ use PHPCensor\Model\Build;
use PHPCensor\Plugin;
/**
* XMPP Notification - Send notification for successful or failure build
* @author Alexandre Russo <dev.github@ange7.com>
* @package PHPCI
* @subpackage Plugins
*/
* XMPP Notification - Send notification for successful or failure build
*
* @author Alexandre Russo <dev.github@ange7.com>
* @package PHPCI
* @subpackage Plugins
*/
class XMPP extends Plugin
{
protected $directory;