Completed
Push — master ( d1b83c...572a9e )
by Chubarov
12:29 queued 10:25
created
src/config.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -1,26 +1,26 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-     //     Your native language
5
-     //     0 — Russian,
6
-     //     1 — Ukrainian,
7
-     //     2 — Belarusian,
8
-     //     3 — English,
9
-     //     4 — Spanish,
10
-     //     5 — Finnish,
11
-     //     6 — German,
12
-     //     7 — Italian.
13
-     'locale'   => 0,
4
+        //     Your native language
5
+        //     0 — Russian,
6
+        //     1 — Ukrainian,
7
+        //     2 — Belarusian,
8
+        //     3 — English,
9
+        //     4 — Spanish,
10
+        //     5 — Finnish,
11
+        //     6 — German,
12
+        //     7 — Italian.
13
+        'locale'   => 0,
14 14
 
15
-     // Country you wish to migrate
16
-     // standard 3166-1 alpha-2
17
-     // example RU,AU
15
+        // Country you wish to migrate
16
+        // standard 3166-1 alpha-2
17
+        // example RU,AU
18 18
     'country'  => 'RU',
19 19
 
20
-     'nameTable' => [
21
-         'country' => 'country',
22
-         'regions' => 'regions',
23
-         'cities'  => 'cities'
24
-     ],
20
+        'nameTable' => [
21
+            'country' => 'country',
22
+            'regions' => 'regions',
23
+            'cities'  => 'cities'
24
+        ],
25 25
     'access_token' => ''
26 26
 ];
Please login to merge, or discard this patch.