Skip to content

Commit 24ea638

Browse files
authored
Fix cs
1 parent 6d648eb commit 24ea638

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/DependencyInjection/Compiler/HashGeneratorPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class HashGeneratorPass implements CompilerPassInterface
2525

2626
/**
2727
* {@inheritdoc}
28-
*
28+
*
2929
* @return void
3030
*/
3131
public function process(ContainerBuilder $container)

src/DependencyInjection/Compiler/LoggerPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class LoggerPass implements CompilerPassInterface
2121
{
2222
/**
2323
* {@inheritdoc}
24-
*
24+
*
2525
* @return void
2626
*/
2727
public function process(ContainerBuilder $container)

src/DependencyInjection/Compiler/SessionListenerPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class SessionListenerPass implements CompilerPassInterface
2424
{
2525
/**
2626
* {@inheritdoc}
27-
*
27+
*
2828
* @return void
2929
*/
3030
public function process(ContainerBuilder $container)

src/DependencyInjection/Compiler/TagListenerPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class TagListenerPass implements CompilerPassInterface
2222
{
2323
/**
2424
* {@inheritdoc}
25-
*
25+
*
2626
* @return void
2727
*/
2828
public function process(ContainerBuilder $container)

src/DependencyInjection/FOSHttpCacheExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function getConfiguration(array $config, ContainerBuilder $container): Co
4646

4747
/**
4848
* {@inheritdoc}
49-
*
49+
*
5050
* @return void
5151
*/
5252
public function load(array $configs, ContainerBuilder $container)

src/FOSHttpCacheBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class FOSHttpCacheBundle extends Bundle
2323
{
2424
/**
2525
* {@inheritdoc}
26-
*
26+
*
2727
* @return void
2828
*/
2929
public function build(ContainerBuilder $container)

0 commit comments

Comments
 (0)