|
@@ -116,7 +116,7 @@ |
|
|
block discarded – undo |
|
116
|
116
|
array $params, |
|
117
|
117
|
?Configuration $configurationArg, |
|
118
|
118
|
?EventManager $eventManagerArg |
|
119
|
|
- ) use ($connection, $defaultConfig, $config, $configuration, $eventManager): Connection { |
|
|
119
|
+ ) use ($connection, $defaultConfig, $config, $configuration, $eventManager) : Connection { |
|
120
|
120
|
Assert::assertSame($configurationArg, $configuration); |
|
121
|
121
|
Assert::assertSame($eventManagerArg, $eventManager); |
|
122
|
122
|
Assert::assertSame( |
Please login to merge, or discard this patch.