Completed
Push — master ( b70884...5fde98 )
by Fabien
55:11
created
Configuration/Commands.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * example: bin/typo3 vidi:analyseRelations
7 7
  */
8 8
 return [
9
-    'vidi:analyseRelations' => [
10
-        'class' => VidiCommand::class
11
-    ],
9
+	'vidi:analyseRelations' => [
10
+		'class' => VidiCommand::class
11
+	],
12 12
 ];
Please login to merge, or discard this patch.