Adding / correcting the file docblock throughout the project
This commit is contained in:
parent
4d2be3d1be
commit
d098fabdb6
86 changed files with 461 additions and 315 deletions
|
|
@ -1,4 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2014, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link https://www.phptesting.org/
|
||||
*/
|
||||
|
||||
namespace PHPCI\Logging;
|
||||
|
||||
|
|
@ -8,7 +15,6 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|||
|
||||
class OutputLogHandler extends AbstractProcessingHandler
|
||||
{
|
||||
|
||||
/**
|
||||
* @var OutputInterface
|
||||
*/
|
||||
|
|
@ -23,7 +29,6 @@ class OutputLogHandler extends AbstractProcessingHandler
|
|||
$this->output = $output;
|
||||
}
|
||||
|
||||
|
||||
protected function write(array $record)
|
||||
{
|
||||
$this->output->writeln((string)$record['formatted']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue