Passed
Push — bugfix/supesc-135-easycredit-m... ( 9f1a86...261e2a )
by
unknown
03:42
created
tests/config/Shared/stores.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
     'DE' =>
5
-         [
5
+            [
6 6
             'locales' =>
7
-                 [
7
+                    [
8 8
                     'de' => 'de_DE',
9 9
                 ],
10 10
             'countries' =>
11
-                 [
11
+                    [
12 12
                     0 => 'DE',
13 13
                 ],
14 14
             'currencyIsoCode' => 'EUR',
Please login to merge, or discard this patch.