From: Matthew Exon Date: Mon, 3 May 2021 18:56:49 +0000 (+0200) Subject: Fix assignment statement alignment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=312de957f43f6d3b2c17eb935cca06d9132ff034;p=friendica.git Fix assignment statement alignment Co-authored-by: Philipp --- diff --git a/src/Console/Contact.php b/src/Console/Contact.php index 8bff00f1d6..57f64fd9ac 100644 --- a/src/Console/Contact.php +++ b/src/Console/Contact.php @@ -268,7 +268,7 @@ HELP; } break; case 'url': - $user = $this->getUserByNick(2); + $user = $this->getUserByNick(2); $url = $this->getArgument(3); $contact = ContactModel::getByURLForUser($url, $user['uid'], false, $fields); if (!empty($contact)) {