@@ -176,7 +176,7 @@ discard block |
||
176 | 176 | return [ |
177 | 177 | // #0, the first case, two connections the first one is fetched |
178 | 178 | [ |
179 | - function (): void { |
|
179 | + function(): void { |
|
180 | 180 | // setup method |
181 | 181 | $this->setConnection(); |
182 | 182 | $this->setConnection('exact-connection'); |
@@ -184,7 +184,7 @@ discard block |
||
184 | 184 | ], |
185 | 185 | // #1, the first case, two connections the second one is fetched |
186 | 186 | [ |
187 | - function (): void { |
|
187 | + function(): void { |
|
188 | 188 | // setup method |
189 | 189 | $this->setConnection('exact-connection'); |
190 | 190 | $this->setConnection(); |
@@ -192,7 +192,7 @@ discard block |
||
192 | 192 | ], |
193 | 193 | // #2, the third case, connection was not found |
194 | 194 | [ |
195 | - function (): void { |
|
195 | + function(): void { |
|
196 | 196 | // setup method |
197 | 197 | $this->setConnection('first-connection'); |
198 | 198 | $this->setConnection('second-connection'); |