@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Go! AOP framework |
|
| 4 | - * |
|
| 5 | - * @copyright Copyright 2014, Lisachenko Alexander <[email protected]> |
|
| 6 | - * |
|
| 7 | - * This source file is subject to the license that is bundled |
|
| 8 | - * with this source code in the file LICENSE. |
|
| 9 | - */ |
|
| 3 | + * Go! AOP framework |
|
| 4 | + * |
|
| 5 | + * @copyright Copyright 2014, Lisachenko Alexander <[email protected]> |
|
| 6 | + * |
|
| 7 | + * This source file is subject to the license that is bundled |
|
| 8 | + * with this source code in the file LICENSE. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace Go\Aop\Support; |
| 12 | 12 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Go! AOP framework |
|
| 4 | - * |
|
| 5 | - * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | - * |
|
| 7 | - * This source file is subject to the license that is bundled |
|
| 8 | - * with this source code in the file LICENSE. |
|
| 9 | - */ |
|
| 3 | + * Go! AOP framework |
|
| 4 | + * |
|
| 5 | + * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | + * |
|
| 7 | + * This source file is subject to the license that is bundled |
|
| 8 | + * with this source code in the file LICENSE. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace Go\Aop\Support; |
| 12 | 12 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Go! AOP framework |
|
| 4 | - * |
|
| 5 | - * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | - * |
|
| 7 | - * This source file is subject to the license that is bundled |
|
| 8 | - * with this source code in the file LICENSE. |
|
| 9 | - */ |
|
| 3 | + * Go! AOP framework |
|
| 4 | + * |
|
| 5 | + * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | + * |
|
| 7 | + * This source file is subject to the license that is bundled |
|
| 8 | + * with this source code in the file LICENSE. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace Go\Aop\Support; |
| 12 | 12 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Go! AOP framework |
|
| 4 | - * |
|
| 5 | - * @copyright Copyright 2013, Lisachenko Alexander <[email protected]> |
|
| 6 | - * |
|
| 7 | - * This source file is subject to the license that is bundled |
|
| 8 | - * with this source code in the file LICENSE. |
|
| 9 | - */ |
|
| 3 | + * Go! AOP framework |
|
| 4 | + * |
|
| 5 | + * @copyright Copyright 2013, Lisachenko Alexander <[email protected]> |
|
| 6 | + * |
|
| 7 | + * This source file is subject to the license that is bundled |
|
| 8 | + * with this source code in the file LICENSE. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace Go\Console\Command; |
| 12 | 12 | |
@@ -75,7 +75,7 @@ discard block |
||
| 75 | 75 | $output->writeln("Total <info>{$totalFiles}</info> files to process."); |
| 76 | 76 | $iterator->rewind(); |
| 77 | 77 | |
| 78 | - set_error_handler(function ($errno, $errstr, $errfile, $errline) { |
|
| 78 | + set_error_handler(function($errno, $errstr, $errfile, $errline) { |
|
| 79 | 79 | throw new \ErrorException($errstr, $errno, 0, $errfile, $errline); |
| 80 | 80 | }); |
| 81 | 81 | |
@@ -89,8 +89,8 @@ discard block |
||
| 89 | 89 | try { |
| 90 | 90 | // This will trigger creation of cache |
| 91 | 91 | file_get_contents( |
| 92 | - FilterInjectorTransformer::PHP_FILTER_READ. |
|
| 93 | - SourceTransformingLoader::FILTER_IDENTIFIER. |
|
| 92 | + FilterInjectorTransformer::PHP_FILTER_READ . |
|
| 93 | + SourceTransformingLoader::FILTER_IDENTIFIER . |
|
| 94 | 94 | "/resource=" . $file->getRealPath() |
| 95 | 95 | ); |
| 96 | 96 | $isSuccess = true; |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Go! AOP framework |
|
| 4 | - * |
|
| 5 | - * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | - * |
|
| 7 | - * This source file is subject to the license that is bundled |
|
| 8 | - * with this source code in the file LICENSE. |
|
| 9 | - */ |
|
| 3 | + * Go! AOP framework |
|
| 4 | + * |
|
| 5 | + * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | + * |
|
| 7 | + * This source file is subject to the license that is bundled |
|
| 8 | + * with this source code in the file LICENSE. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace Go\Core; |
| 12 | 12 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Go! AOP framework |
|
| 4 | - * |
|
| 5 | - * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | - * |
|
| 7 | - * This source file is subject to the license that is bundled |
|
| 8 | - * with this source code in the file LICENSE. |
|
| 9 | - */ |
|
| 3 | + * Go! AOP framework |
|
| 4 | + * |
|
| 5 | + * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | + * |
|
| 7 | + * This source file is subject to the license that is bundled |
|
| 8 | + * with this source code in the file LICENSE. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace Go\Core; |
| 12 | 12 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Go! AOP framework |
|
| 4 | - * |
|
| 5 | - * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | - * |
|
| 7 | - * This source file is subject to the license that is bundled |
|
| 8 | - * with this source code in the file LICENSE. |
|
| 9 | - */ |
|
| 3 | + * Go! AOP framework |
|
| 4 | + * |
|
| 5 | + * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | + * |
|
| 7 | + * This source file is subject to the license that is bundled |
|
| 8 | + * with this source code in the file LICENSE. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace Go\Core; |
| 12 | 12 | |
@@ -246,7 +246,7 @@ |
||
| 246 | 246 | $magicTransformer = new MagicConstantTransformer($this); |
| 247 | 247 | $aspectKernel = $this; |
| 248 | 248 | |
| 249 | - $sourceTransformers = function () use ($filterInjector, $magicTransformer, $aspectKernel, $cacheManager) { |
|
| 249 | + $sourceTransformers = function() use ($filterInjector, $magicTransformer, $aspectKernel, $cacheManager) { |
|
| 250 | 250 | $transformers = array(); |
| 251 | 251 | $aspectContainer = $aspectKernel->getContainer(); |
| 252 | 252 | $transformers[] = new WeavingTransformer( |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Go! AOP framework |
|
| 4 | - * |
|
| 5 | - * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | - * |
|
| 7 | - * This source file is subject to the license that is bundled |
|
| 8 | - * with this source code in the file LICENSE. |
|
| 9 | - */ |
|
| 3 | + * Go! AOP framework |
|
| 4 | + * |
|
| 5 | + * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | + * |
|
| 7 | + * This source file is subject to the license that is bundled |
|
| 8 | + * with this source code in the file LICENSE. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace Go\Core; |
| 12 | 12 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Go! AOP framework |
|
| 4 | - * |
|
| 5 | - * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | - * |
|
| 7 | - * This source file is subject to the license that is bundled |
|
| 8 | - * with this source code in the file LICENSE. |
|
| 9 | - */ |
|
| 3 | + * Go! AOP framework |
|
| 4 | + * |
|
| 5 | + * @copyright Copyright 2012, Lisachenko Alexander <[email protected]> |
|
| 6 | + * |
|
| 7 | + * This source file is subject to the license that is bundled |
|
| 8 | + * with this source code in the file LICENSE. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace Go\Core; |
| 12 | 12 | |