@@ -1,14 +1,14 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of phpDocumentor. |
|
| 4 | - * |
|
| 5 | - * For the full copyright and license information, please view the LICENSE |
|
| 6 | - * file that was distributed with this source code. |
|
| 7 | - * |
|
| 8 | - * @copyright 2010-2015 Mike van Riel<[email protected]> |
|
| 9 | - * @license http://www.opensource.org/licenses/mit-license.php MIT |
|
| 10 | - * @link http://phpdoc.org |
|
| 11 | - */ |
|
| 3 | + * This file is part of phpDocumentor. |
|
| 4 | + * |
|
| 5 | + * For the full copyright and license information, please view the LICENSE |
|
| 6 | + * file that was distributed with this source code. |
|
| 7 | + * |
|
| 8 | + * @copyright 2010-2015 Mike van Riel<[email protected]> |
|
| 9 | + * @license http://www.opensource.org/licenses/mit-license.php MIT |
|
| 10 | + * @link http://phpdoc.org |
|
| 11 | + */ |
|
| 12 | 12 | |
| 13 | 13 | namespace phpDocumentor\Reflection\Php; |
| 14 | 14 | |
@@ -1,14 +1,14 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of phpDocumentor. |
|
| 4 | - * |
|
| 5 | - * For the full copyright and license information, please view the LICENSE |
|
| 6 | - * file that was distributed with this source code. |
|
| 7 | - * |
|
| 8 | - * @copyright 2010-2015 Mike van Riel<[email protected]> |
|
| 9 | - * @license http://www.opensource.org/licenses/mit-license.php MIT |
|
| 10 | - * @link http://phpdoc.org |
|
| 11 | - */ |
|
| 3 | + * This file is part of phpDocumentor. |
|
| 4 | + * |
|
| 5 | + * For the full copyright and license information, please view the LICENSE |
|
| 6 | + * file that was distributed with this source code. |
|
| 7 | + * |
|
| 8 | + * @copyright 2010-2015 Mike van Riel<[email protected]> |
|
| 9 | + * @license http://www.opensource.org/licenses/mit-license.php MIT |
|
| 10 | + * @link http://phpdoc.org |
|
| 11 | + */ |
|
| 12 | 12 | |
| 13 | 13 | namespace phpDocumentor\Reflection\Php; |
| 14 | 14 | |
@@ -12,13 +12,11 @@ |
||
| 12 | 12 | |
| 13 | 13 | namespace phpDocumentor\Reflection\Php\Factory; |
| 14 | 14 | |
| 15 | -use InvalidArgumentException; |
|
| 16 | 15 | use phpDocumentor\Reflection\Php\Method as MethodDescriptor; |
| 17 | 16 | use phpDocumentor\Reflection\Php\ProjectFactoryStrategy; |
| 18 | 17 | use phpDocumentor\Reflection\Php\StrategyContainer; |
| 19 | 18 | use phpDocumentor\Reflection\Php\Visibility; |
| 20 | 19 | use phpDocumentor\Reflection\Types\Context; |
| 21 | -use PhpParser\Comment\Doc; |
|
| 22 | 20 | use PhpParser\Node\Stmt\ClassMethod; |
| 23 | 21 | |
| 24 | 22 | /** |
@@ -12,14 +12,11 @@ |
||
| 12 | 12 | |
| 13 | 13 | namespace phpDocumentor\Reflection\Php\Factory; |
| 14 | 14 | |
| 15 | -use InvalidArgumentException; |
|
| 16 | -use phpDocumentor\Reflection\Fqsen; |
|
| 17 | 15 | use phpDocumentor\Reflection\Php\Factory; |
| 18 | 16 | use phpDocumentor\Reflection\Php\Function_ as FunctionDescriptor; |
| 19 | 17 | use phpDocumentor\Reflection\Php\ProjectFactoryStrategy; |
| 20 | 18 | use phpDocumentor\Reflection\Php\StrategyContainer; |
| 21 | 19 | use phpDocumentor\Reflection\Types\Context; |
| 22 | -use PhpParser\Comment\Doc; |
|
| 23 | 20 | use PhpParser\Node\Stmt\Function_ as FunctionNode; |
| 24 | 21 | |
| 25 | 22 | /** |
@@ -12,13 +12,11 @@ |
||
| 12 | 12 | |
| 13 | 13 | namespace phpDocumentor\Reflection\Php\Factory; |
| 14 | 14 | |
| 15 | -use InvalidArgumentException; |
|
| 16 | 15 | use phpDocumentor\Reflection\Php\Method as MethodDescriptor; |
| 17 | 16 | use phpDocumentor\Reflection\Php\ProjectFactoryStrategy; |
| 18 | 17 | use phpDocumentor\Reflection\Php\StrategyContainer; |
| 19 | 18 | use phpDocumentor\Reflection\Php\Visibility; |
| 20 | 19 | use phpDocumentor\Reflection\Types\Context; |
| 21 | -use PhpParser\Comment\Doc; |
|
| 22 | 20 | use PhpParser\Node\Stmt\ClassMethod; |
| 23 | 21 | |
| 24 | 22 | /** |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | ) |
| 34 | 34 | ); |
| 35 | 35 | } |
| 36 | - $lastCallable = function ($command) use ($middleware, $lastCallable) { |
|
| 36 | + $lastCallable = function($command) use ($middleware, $lastCallable) { |
|
| 37 | 37 | return $middleware->execute($command, $lastCallable); |
| 38 | 38 | }; |
| 39 | 39 | } |
@@ -1,14 +1,14 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of phpDocumentor. |
|
| 4 | - * |
|
| 5 | - * For the full copyright and license information, please view the LICENSE |
|
| 6 | - * file that was distributed with this source code. |
|
| 7 | - * |
|
| 8 | - * @copyright 2010-2015 Mike van Riel<[email protected]> |
|
| 9 | - * @license http://www.opensource.org/licenses/mit-license.php MIT |
|
| 10 | - * @link http://phpdoc.org |
|
| 11 | - */ |
|
| 3 | + * This file is part of phpDocumentor. |
|
| 4 | + * |
|
| 5 | + * For the full copyright and license information, please view the LICENSE |
|
| 6 | + * file that was distributed with this source code. |
|
| 7 | + * |
|
| 8 | + * @copyright 2010-2015 Mike van Riel<[email protected]> |
|
| 9 | + * @license http://www.opensource.org/licenses/mit-license.php MIT |
|
| 10 | + * @link http://phpdoc.org |
|
| 11 | + */ |
|
| 12 | 12 | |
| 13 | 13 | namespace phpDocumentor\Reflection\Php; |
| 14 | 14 | |