Skip to content

Commit 24b2f72

Browse files
committed
Fix CS
1 parent 0251a11 commit 24b2f72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class Configuration implements ConfigurationInterface
2323
{
2424
/**
25-
* {@inheritDoc}
25+
* {@inheritdoc}
2626
*/
2727
public function getConfigTreeBuilder()
2828
{

DependencyInjection/DunglasApiExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function prepend(ContainerBuilder $container)
4242
}
4343

4444
/**
45-
* {@inheritDoc}
45+
* {@inheritdoc}
4646
*/
4747
public function load(array $configs, ContainerBuilder $container)
4848
{

DunglasApiBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class DunglasApiBundle extends Bundle
2525
{
2626
/**
27-
* {@inheritDoc}
27+
* {@inheritdoc}
2828
*/
2929
public function build(ContainerBuilder $container)
3030
{

0 commit comments

Comments
 (0)