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,8 +1,14 @@
|
|||
<?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;
|
||||
|
||||
|
||||
use PHPCI\Model\Build;
|
||||
use Psr\Log\LoggerAwareInterface;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue