Fixed naming (phpci -> php-censor)
This commit is contained in:
parent
32f5c01728
commit
62bf63a06e
20 changed files with 56 additions and 59 deletions
|
|
@ -130,7 +130,7 @@ class Builder implements LoggerAwareInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* Set the config array, as read from phpci.yml
|
||||
* Set the config array, as read from .php-censor.yml
|
||||
* @param array|null $config
|
||||
* @throws \Exception
|
||||
*/
|
||||
|
|
@ -144,7 +144,7 @@ class Builder implements LoggerAwareInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* Access a variable from the phpci.yml file.
|
||||
* Access a variable from the .php-censor.yml file.
|
||||
* @param string
|
||||
* @return mixed
|
||||
*/
|
||||
|
|
@ -325,7 +325,7 @@ class Builder implements LoggerAwareInterface
|
|||
throw new \Exception(Lang::get('could_not_create_working'));
|
||||
}
|
||||
|
||||
// Does the project's phpci.yml request verbose mode?
|
||||
// Does the project's .php-censor.yml request verbose mode?
|
||||
if (!isset($this->config['build_settings']['verbose']) || !$this->config['build_settings']['verbose']) {
|
||||
$this->verbose = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue