Completed
Push — master ( 942dfa...17580f )
by
unknown
17s
created
lib/Command/CollectionLink.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,8 @@
 block discarded – undo
50 50
 		parent::configure();
51 51
 		$this->setName('fulltextsearch:collection:link')
52 52
 			->setDescription('Link collection to a user')
53
-		    ->addArgument('collection', InputArgument::OPTIONAL, 'collection' , '')
54
-		    ->addArgument('userId', InputArgument::OPTIONAL, 'user to link a collection to', '')
53
+			->addArgument('collection', InputArgument::OPTIONAL, 'collection' , '')
54
+			->addArgument('userId', InputArgument::OPTIONAL, 'user to link a collection to', '')
55 55
 			->addOption('unlink', '', InputOption::VALUE_NONE, 'unlink collection');
56 56
 	}
57 57
 
Please login to merge, or discard this patch.