8000 fixed typo · symfony/symfony@60e48cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 60e48cb

Browse files
committed
fixed typo
1 parent dbafc11 commit 60e48cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public function testEnvIsNotUnset()
196196
$this->assertSame($expected, $container->resolveEnvPlaceholders($ext->getConfig()));
197197
}
198198

199-
public function testEmptyEnvWithCannotBeEmptyForScalarNode(): void
199+
public function testEmptyEnvWhichCannotBeEmptyForScalarNode(): void
200200
{
201201
$container = new ContainerBuilder();
202202
$container->registerExtension($ext = new EnvExtension());

0 commit comments

Comments
 (0)
0