Skip to content

Commit be65a2e

Browse files
committed
minor #13054 [2.3] CS Fixes (GrahamCampbell)
This PR was squashed before being merged into the 2.3 branch (closes #13054). Discussion ---------- [2.3] CS Fixes | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A ##### This pull request provides some cs fixes. Commits ------- b521c20 [2.3] CS Fixes
2 parents 077c0fa + acf0404 commit be65a2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/DependencyInjection/Fixtures/UserProvider/DummyProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class DummyProvider implements UserProviderFactoryInterface
1010
{
1111
public function create(ContainerBuilder $container, $id, $config)
1212
{
13-
1413
}
1514

1615
public function getKey()
@@ -20,6 +19,5 @@ public function getKey()
2019

2120
public function addConfiguration(NodeDefinition $node)
2221
{
23-
2422
}
2523
}

0 commit comments

Comments
 (0)