Passed
Pull Request — master (#198)
by Daniel
05:34
created
Resources/Private/Config/controller.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return array(
4
-	'common' => array(
5
-		'media' => array(
6
-			// Mime icon related settings
7
-			'mimeicon' => array(
8
-				// File extension of mime type icons
9
-				'extension' => '.png',
10
-			),
11
-		),
12
-	),
4
+    'common' => array(
5
+        'media' => array(
6
+            // Mime icon related settings
7
+            'mimeicon' => array(
8
+                // File extension of mime type icons
9
+                'extension' => '.png',
10
+            ),
11
+        ),
12
+    ),
13 13
 );
Please login to merge, or discard this patch.