Skip to content

Commit

Permalink
update file docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
mbed67 authored and jaapio committed Jun 3, 2017
1 parent 63d6798 commit a5af856
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
@@ -1,10 +1,11 @@
<?php
/**
* phpDocumentor
* This file is part of phpDocumentor.
*
* PHP Version 5.3
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright 2010-2014 Mike van Riel / Naenius (http://www.naenius.com)
* @copyright 2010-2017 Mike van Riel<mike@phpdoc.org>
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://phpdoc.org
*/
Expand Down
Expand Up @@ -9,6 +9,7 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://phpdoc.org
*/

namespace phpDocumentor\Descriptor\Builder\Reflector;

use phpDocumentor\Descriptor\PropertyDescriptor;
Expand Down
Expand Up @@ -9,6 +9,7 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://phpdoc.org
*/

namespace phpDocumentor\Descriptor\Builder\Reflector;

use phpDocumentor\Descriptor\ArgumentDescriptor;
Expand Down
Expand Up @@ -9,6 +9,7 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link http://phpdoc.org
*/

namespace phpDocumentor\Descriptor\Builder\Reflector;

use phpDocumentor\Descriptor\ProjectDescriptorBuilder;
Expand Down

0 comments on commit a5af856

Please sign in to comment.