Add file-level docblock to every file.
This commit is contained in:
parent
7ad996ce7c
commit
6094b7013c
36 changed files with 272 additions and 38 deletions
|
|
@ -1,4 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* PHPCI - Continuous Integration for PHP
|
||||
*
|
||||
* @copyright Copyright 2013, Block 8 Limited.
|
||||
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
|
||||
* @link http://www.phptesting.org/
|
||||
*/
|
||||
|
||||
namespace PHPCI\Controller;
|
||||
use b8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue