Passed
Push — master ( 0456bd...25822b )
by Mihail
07:10
created
Private/Config/Yandex.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php return [
2
-	'oauth' => [
3
-		'app_id' => null,
4
-		'token' => null,
5
-		'expires' => null
6
-	],
7
-	'metrika' => [
8
-		'id' => null
9
-	]
2
+    'oauth' => [
3
+        'app_id' => null,
4
+        'token' => null,
5
+        'expires' => null
6
+    ],
7
+    'metrika' => [
8
+        'id' => null
9
+    ]
10 10
 ];
11 11
\ No newline at end of file
Please login to merge, or discard this patch.