Passed
Pull Request — master (#568)
by Vitor
06:17
created
lib/Command/Configure.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -464,7 +464,7 @@
 block discarded – undo
464 464
 			} elseif (substr_count($sender, '@') !== 1) {
465 465
 				$output->writeln("XMPP-JID not valid!");
466 466
 			} else {
467
-				$username = explode('@', $sender)[0];
467
+				$username = explode('@', $sender)[ 0 ];
468 468
 			}
469 469
 		endwhile;
470 470
 		$output->writeln("Using $sender as XMPP-JID.\nUsing $username as username.");
Please login to merge, or discard this patch.