Add file-level docblock to every file.

This commit is contained in:
Dan Cryer 2013-05-16 02:16:56 +01:00
commit 6094b7013c
36 changed files with 272 additions and 38 deletions

View file

@ -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,