Passed
Push — master ( 4230b8...ce562a )
by Joao
01:53
created
tests/SqlServerDblibDatabaseTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,8 @@
 block discarded – undo
43 43
         }
44 44
 
45 45
         return [
46
-            ["id" => 1, "name" => 'John Doe', 'createdate' => '2016-01-10 00:00:00'],
47
-            ["id" => 2, "name" => 'Jane Doe', 'createdate' => '2015-12-30 00:00:00']
46
+            [ "id" => 1, "name" => 'John Doe', 'createdate' => '2016-01-10 00:00:00' ],
47
+            [ "id" => 2, "name" => 'Jane Doe', 'createdate' => '2015-12-30 00:00:00' ]
48 48
         ];
49 49
     }
50 50
 
Please login to merge, or discard this patch.