Fixed namespaces in docblocks (PHPCI -> PHPCensor)
This commit is contained in:
parent
41407e1d15
commit
32f5c01728
89 changed files with 167 additions and 168 deletions
|
|
@ -21,12 +21,12 @@ use PHPCensor\Store\BuildStore;
|
|||
/**
|
||||
* The build service handles the creation, duplication and deletion of builds.
|
||||
* Class BuildService
|
||||
* @package PHPCI\Service
|
||||
* @package PHPCensor\Service
|
||||
*/
|
||||
class BuildService
|
||||
{
|
||||
/**
|
||||
* @var \PHPCI\Store\BuildStore
|
||||
* @var \PHPCensor\Store\BuildStore
|
||||
*/
|
||||
protected $buildStore;
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ class BuildService
|
|||
* @param string|null $committerEmail
|
||||
* @param string|null $commitMessage
|
||||
* @param string|null $extra
|
||||
* @return \PHPCI\Model\Build
|
||||
* @return \PHPCensor\Model\Build
|
||||
*/
|
||||
public function createBuild(
|
||||
Project $project,
|
||||
|
|
@ -105,7 +105,7 @@ class BuildService
|
|||
|
||||
/**
|
||||
* @param Build $copyFrom
|
||||
* @return \PHPCI\Model\Build
|
||||
* @return \PHPCensor\Model\Build
|
||||
*/
|
||||
public function createDuplicateBuild(Build $copyFrom)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue