| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * Go! AOP framework | |
| 4 | - * | |
| 5 | - * @copyright Copyright 2015, 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 2015, 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\Symfony\GoAopBundle\DependencyInjection; | 
| 12 | 12 | |
| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * Go! AOP framework | |
| 4 | - * | |
| 5 | - * @copyright Copyright 2015, 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 2015, 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\Symfony\GoAopBundle\DependencyInjection; | 
| 12 | 12 | |
| @@ -40,7 +40,7 @@ | ||
| 40 | 40 |                          ->scalarNode('features') | 
| 41 | 41 | ->beforeNormalization() | 
| 42 | 42 | ->ifArray() | 
| 43 | -                                ->then(function ($v) use ($features) { | |
| 43 | +                                ->then(function($v) use ($features) { | |
| 44 | 44 | $featureMask = 0; | 
| 45 | 45 |                                      foreach ($v as $featureName) { | 
| 46 | 46 | $featureName = strtoupper($featureName); | 
| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * Go! AOP framework | |
| 4 | - * | |
| 5 | - * @copyright Copyright 2015, 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 2015, 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\Symfony\GoAopBundle\DependencyInjection\Compiler; | 
| 12 | 12 | |
| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * Go! AOP framework | |
| 4 | - * | |
| 5 | - * @copyright Copyright 2015, 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 2015, 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\Symfony\GoAopBundle\Kernel; | 
| 12 | 12 | |
| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | /** | 
| 3 | - * Go! AOP framework | |
| 4 | - * | |
| 5 | - * @copyright Copyright 2015, 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 2015, 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\Symfony\GoAopBundle\CacheWarmer; | 
| 12 | 12 | |
| @@ -79,7 +79,7 @@ discard block | ||
| 79 | 79 | $enumerator = new Enumerator($options['appDir'], $options['includePaths'], $options['excludePaths']); | 
| 80 | 80 | $iterator = $enumerator->enumerate(); | 
| 81 | 81 | |
| 82 | -        set_error_handler(function ($errno, $errstr, $errfile, $errline) { | |
| 82 | +        set_error_handler(function($errno, $errstr, $errfile, $errline) { | |
| 83 | 83 | throw new \ErrorException($errstr, $errno, 0, $errfile, $errline); | 
| 84 | 84 | }); | 
| 85 | 85 | |
| @@ -91,7 +91,7 @@ discard block | ||
| 91 | 91 | file_get_contents( | 
| 92 | 92 | FilterInjectorTransformer::PHP_FILTER_READ. | 
| 93 | 93 | SourceTransformingLoader::FILTER_IDENTIFIER. | 
| 94 | - "/resource=" . $realPath | |
| 94 | + "/resource=".$realPath | |
| 95 | 95 | ); | 
| 96 | 96 |              } catch (\Exception $e) { | 
| 97 | 97 | $errors[$realPath] = $e; |