Passed
Push — master ( 0815be...726d01 )
by Morris
16:26 queued 11s
created
core/Command/SystemTag/Edit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
 
107 107
 		try {
108 108
 			$this->systemTagManager->updateTag($input->getArgument('id'), $name, $userVisible, $userAssignable);
109
-			$output->writeln('<info>Tag updated ("' . $name . '", '. $userVisible . ', ' . $userAssignable . ')</info>');
109
+			$output->writeln('<info>Tag updated ("'.$name.'", '.$userVisible.', '.$userAssignable.')</info>');
110 110
 			return 0;
111 111
 		} catch (TagNotFoundException $e) {
112 112
 			$output->writeln('<error>Tag not found</error>');
Please login to merge, or discard this patch.