Fixing some more PHPCS/PHPMD errors
This commit is contained in:
parent
77fae9a56d
commit
16003ff01b
9 changed files with 22 additions and 16 deletions
|
|
@ -11,6 +11,7 @@ namespace PHPCI\Plugin;
|
|||
|
||||
use PHPCI\Builder;
|
||||
use PHPCI\Model\Build;
|
||||
|
||||
/**
|
||||
* Copy Build Plugin - Copies the entire build to another directory.
|
||||
* @author Dan Cryer <dan@block8.co.uk>
|
||||
|
|
@ -22,7 +23,7 @@ class CopyBuild implements \PHPCI\Plugin
|
|||
protected $directory;
|
||||
protected $phpci;
|
||||
|
||||
public function __construct(Builder $phpci, Build $build, array $options = array())
|
||||
public function __construct(Builder $phpci, Build $build, array $options = array())
|
||||
{
|
||||
$path = $phpci->buildPath;
|
||||
$this->phpci = $phpci;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue