Fixed namespaces after rebase to master

This commit is contained in:
Dmitry Khomutov 2016-07-22 12:46:13 +06:00
commit b82427b20f
2 changed files with 7 additions and 11 deletions

View file

@ -9,22 +9,22 @@
namespace PHPCensor;
use PHPCI\Model\Build;
use PHPCensor\Model\Build;
/**
* PHPCI Plugin class - Used by all build plugins.
*
* @author Dan Cryer <dan@block8.co.uk>
* @author Dan Cryer <dan@block8.co.uk>
*/
abstract class Plugin
{
/**
* @var \PHPCI\Builder
* @var \PHPCensor\Builder
*/
protected $phpci;
/**
* @var \PHPCI\Model\Build
* @var \PHPCensor\Model\Build
*/
protected $build;