Skip to content

Commit 9e4aa66

Browse files
mpdudegithub-actions[bot]
authored andcommitted
Fix CS with PHP-CS-Fixer
1 parent 4e549b8 commit 9e4aa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
44

5-
return static function(ContainerConfigurator $container) {
5+
return static function (ContainerConfigurator $container) {
66
$services = $container->services();
77
$parameters = $container->parameters();
88

0 commit comments

Comments
 (0)