Completed
Branch testing (566e23)
by AJ
01:58
created
tests/Fixture/ShopsFixture.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,9 +70,9 @@
 block discarded – undo
70 70
         'force_ssl' => ['type' => 'integer', 'length' => 1, 'default' => 'NULL', 'null' => true],
71 71
         '_constraints' => [
72 72
             'PRIMARY' => ['type' => 'primary', 'columns' => ['id']]
73
-         ],
73
+            ],
74 74
         '_indexes' => [
75
-             'domain' => ['type' => 'index', 'columns' => ['myshopify_domain']]
75
+                'domain' => ['type' => 'index', 'columns' => ['myshopify_domain']]
76 76
         ]
77 77
     ];
78 78
       
Please login to merge, or discard this patch.