parent
8bd6e1683c
commit
e5cc3a532b
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class PhpCpd implements \PHPCI\Plugin
|
|||
|
||||
$tmpfilename = tempnam('/tmp', 'phpcpd');
|
||||
|
||||
$cmd = $phpcpd . ' --log-pmd="%s" %s "%s"';
|
||||
$cmd = $phpcpd . ' --log-pmd "%s" %s "%s"';
|
||||
$success = $this->phpci->executeCommand($cmd, $tmpfilename, $ignore, $this->path);
|
||||
|
||||
print $this->phpci->getLastOutput();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue