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
7
console
7
console
|
|
@ -1,5 +1,12 @@
|
|||
#!/usr/bin/env php
|
||||
<?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/
|
||||
*/
|
||||
|
||||
define('PHPCI_BIN_DIR', dirname(__FILE__) . '/vendor/bin/');
|
||||
define('PHPCI_DIR', dirname(__FILE__) . '/');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue