Skip to content

Commit 9209e21

Browse files
committed
Fix coding style
1 parent 67cd072 commit 9209e21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Classes/Service/AbstractServiceProvider.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ abstract class AbstractServiceProvider implements ServiceProviderInterface
88
{
99
protected array $requestArguments = [];
1010

11-
public function __construct(protected string $connectionName, protected array $settings, protected LoggerInterface $logger)
12-
{
13-
}
11+
public function __construct(protected string $connectionName, protected array $settings, protected LoggerInterface $logger) {}
1412

1513
public function getRequestArguments(): array
1614
{

0 commit comments

Comments
 (0)