Adding / correcting the file docblock throughout the project

This commit is contained in:
Dan Cryer 2014-05-12 17:26:17 +01:00
commit d098fabdb6
86 changed files with 461 additions and 315 deletions

View file

@ -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\Helper;