Skip to content

Commit e7ef825

Browse files
author
Kendrick
committed
scrutinizer ci (indentation)
1 parent 99a9faa commit e7ef825

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DependencyInjection/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
class Configuration implements ConfigurationInterface
1313
{
1414
/**
15-
* {@inheritdoc}
16-
*/
15+
* {@inheritdoc}
16+
*/
1717
public function getConfigTreeBuilder()
1818
{
1919
$treeBuilder = new TreeBuilder();

DependencyInjection/SymfonyDebugToolbarGitExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
class SymfonyDebugToolbarGitExtension extends Extension
1515
{
1616
/**
17-
* {@inheritdoc}
18-
*/
17+
* {@inheritdoc}
18+
*/
1919
public function load(array $configs, ContainerBuilder $container)
2020
{
2121
$configuration = new Configuration();

0 commit comments

Comments
 (0)