Fixed namespaces in docblocks (PHPCI -> PHPCensor)

This commit is contained in:
Dmitry Khomutov 2016-07-21 23:20:59 +06:00
commit 32f5c01728
89 changed files with 167 additions and 168 deletions

View file

@ -71,7 +71,7 @@ class RebuildCommand extends Command
$runner->setMaxBuilds(1);
$runner->setDaemon(false);
/** @var \PHPCI\Store\BuildStore $store */
/** @var \PHPCensor\Store\BuildStore $store */
$store = Factory::getStore('Build');
$service = new BuildService($store);
@ -83,9 +83,10 @@ class RebuildCommand extends Command
}
/**
* Called when log entries are made in Builder / the plugins.
* @see \PHPCI\Builder::log()
*/
* Called when log entries are made in Builder / the plugins.
*
* @see \PHPCensor\Builder::log()
*/
public function logCallback($log)
{
$this->output->writeln($log);