@@ -12,13 +12,11 @@ |
||
| 12 | 12 | * |
| 13 | 13 | * @link http://symfony.com/doc/current/cookbook/bundles/extension.html |
| 14 | 14 | */ |
| 15 | -class RibsAdminExtension extends Extension |
|
| 16 | -{ |
|
| 15 | +class RibsAdminExtension extends Extension { |
|
| 17 | 16 | /** |
| 18 | 17 | * {@inheritdoc} |
| 19 | 18 | */ |
| 20 | - public function load(array $configs, ContainerBuilder $container) |
|
| 21 | - { |
|
| 19 | + public function load(array $configs, ContainerBuilder $container) { |
|
| 22 | 20 | $configuration = new Configuration(); |
| 23 | 21 | $this->processConfiguration($configuration, $configs); |
| 24 | 22 | |
@@ -10,13 +10,11 @@ |
||
| 10 | 10 | * |
| 11 | 11 | * To learn more see {@link http://symfony.com/doc/current/cookbook/bundles/configuration.html} |
| 12 | 12 | */ |
| 13 | -class Configuration implements ConfigurationInterface |
|
| 14 | -{ |
|
| 13 | +class Configuration implements ConfigurationInterface { |
|
| 15 | 14 | /** |
| 16 | 15 | * {@inheritdoc} |
| 17 | 16 | */ |
| 18 | - public function getConfigTreeBuilder() |
|
| 19 | - { |
|
| 17 | + public function getConfigTreeBuilder() { |
|
| 20 | 18 | $treeBuilder = new TreeBuilder(); |
| 21 | 19 | $treeBuilder->root('ribs_admin'); |
| 22 | 20 | |