Fixed namespaces in docblocks (PHPCI -> PHPCensor)
This commit is contained in:
parent
41407e1d15
commit
32f5c01728
89 changed files with 167 additions and 168 deletions
|
|
@ -16,7 +16,7 @@ use Psr\Log\LogLevel;
|
|||
|
||||
/**
|
||||
* Class BuildDBLogHandler writes the build log to the database.
|
||||
* @package PHPCI\Logging
|
||||
* @package PHPCensor\Logging
|
||||
*/
|
||||
class BuildDBLogHandler extends AbstractProcessingHandler
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ use Psr\Log\LogLevel;
|
|||
|
||||
/**
|
||||
* Class BuildLogger
|
||||
* @package PHPCI\Logging
|
||||
* @package PHPCensor\Logging
|
||||
*/
|
||||
class BuildLogger implements LoggerAwareInterface
|
||||
{
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ use Psr\Log\LoggerInterface;
|
|||
|
||||
/**
|
||||
* Base Log Handler
|
||||
* @package PHPCI\Logging
|
||||
* @package PHPCensor\Logging
|
||||
*/
|
||||
class Handler
|
||||
{
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ use PHPCensor\Model\Build;
|
|||
|
||||
/**
|
||||
* Class LoggedBuildContextTidier cleans up build log entries.
|
||||
* @package PHPCI\Logging
|
||||
* @package PHPCensor\Logging
|
||||
*/
|
||||
class LoggedBuildContextTidier
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ use Monolog\Logger;
|
|||
|
||||
/**
|
||||
* Class LoggerConfig
|
||||
* @package PHPCI\Logging
|
||||
* @package PHPCensor\Logging
|
||||
*/
|
||||
class LoggerConfig
|
||||
{
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||
|
||||
/**
|
||||
* Class OutputLogHandler outputs the build log to the terminal.
|
||||
* @package PHPCI\Logging
|
||||
* @package PHPCensor\Logging
|
||||
*/
|
||||
class OutputLogHandler extends AbstractProcessingHandler
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue