8000 CS · symfony/symfony@707dd68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 707dd68

Browse files
committed
CS
1 parent 7f9ee32 commit 707dd68

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/Symfony/Component/DependencyInjection/Loader/Configurator/ContainerConfigurator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ final public function extension(string $namespace, array $config)
6262
}
6363

6464
/**
65-
* @param string $namespace Example: "framework", "Symfony\Config\FrameworkConfig"
66-
* or string to a class implementing ConfigBuilderInterface.
65+
* @param string $namespace example: "framework", "Symfony\Config\FrameworkConfig"
66+
* or string to a class implementing ConfigBuilderInterface
6767
*/
6868
final public function extensionBuilder(string $namespace)
6969
{

src/Symfony/Component/DependencyInjection/Tests/Loader/PhpFileLoaderTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use Symfony\Component\DependencyInjection\Dumper\PhpDumper;
2121
use Symfony\Component\DependencyInjection\Dumper\YamlDumper;
2222
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
23-
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
2423
use Symfony\Component\DependencyInjection\Loader\PhpFileLoader;
2524

2625
class PhpFileLoaderTest extends TestCase
@@ -87,7 +86,7 @@ public function provideConfig()
8786
yield ['anonymous'];
8887
yield ['lazy_fqcn'];
8988
yield ['remove'];
90-
yield 'config_builder'=>['config_builder'];
89+
yield ['config_builder'];
9190
}
9291

9392
public function testAutoConfigureAndChildDefinition()

0 commit comments

Comments
 (0)
0