Passed
Push — master ( 0e82a5...532142 )
by Alex
02:14
created
Mezon/PdoCrud/Tests/ConnectionTraitUnitTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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');
Please login to merge, or discard this patch.