Passed
Push — master ( a82145...940b0b )
by Alex
02:15
created
Mezon/PdoCrud/Tests/ConnectionTraitGetConnectionWithExceptionUnitTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
     {
18 18
         return [
19 19
             [
20
-                function () {
20
+                function() {
21 21
                     Conf::deleteConfigValue('default-db-connection/dsn');
22 22
                     $this->setUser('user');
23 23
                     $this->setPassword('password');
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
                 }
28 28
             ],
29 29
             [
30
-                function () {
30
+                function() {
31 31
                     $this->setDsn('dsn');
32 32
                     Conf::deleteConfigValue('default-db-connection/user');
33 33
                     $this->setPassword('password');
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
                 }
38 38
             ],
39 39
             [
40
-                function () {
40
+                function() {
41 41
                     $this->setDsn('dsn');
42 42
                     $this->setUser('user');
43 43
                     Conf::deleteConfigValue('default-db-connection/password');
Please login to merge, or discard this patch.