Completed
Push — master ( 22bac2...a607f1 )
by Fabien
02:01
created
Configuration/Commands.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
  * example: bin/typo3 vidi:analyseRelations
4 4
  */
5 5
 return [
6
-    'vidi:analyseRelations' => [
7
-        'class' => \Fab\Vidi\Command\VidiCommandController::class
8
-    ],
6
+	'vidi:analyseRelations' => [
7
+		'class' => \Fab\Vidi\Command\VidiCommandController::class
8
+	],
9 9
 ];
Please login to merge, or discard this patch.