Skip to content

Commit aa4359a

Browse files
klapaudiusgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 864020d commit aa4359a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/DependencyInjection/KlpMcpServerExtensionTest.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
class KlpMcpServerExtensionTest extends TestCase
1515
{
1616
private KlpMcpServerExtension $extension;
17+
1718
private ContainerBuilder $container;
1819

1920
protected function setUp(): void
2021
{
21-
$this->extension = new KlpMcpServerExtension();
22-
$this->container = new ContainerBuilder();
22+
$this->extension = new KlpMcpServerExtension;
23+
$this->container = new ContainerBuilder;
2324
}
2425

2526
public function test_load_sets_all_parameters_correctly(): void
@@ -60,7 +61,7 @@ public function test_load_throws_exception_for_invalid_config(): void
6061
$configs = [
6162
'enabled' => true,
6263
'server' => [
63-
'name' => null
64+
'name' => null,
6465
],
6566
];
6667

0 commit comments

Comments
 (0)