]> git.mxchange.org Git - friendica.git/commitdiff
Fix assignment statement alignment
authorMatthew Exon <github.mexon@spamgourmet.com>
Mon, 3 May 2021 18:56:49 +0000 (20:56 +0200)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 18:56:49 +0000 (20:56 +0200)
Co-authored-by: Philipp <admin+Github@philipp.info>
src/Console/Contact.php

index 8bff00f1d6a18686a8b7ebd0504240631d275ef6..57f64fd9acf4581d7e5a8062403ab4a956de5ab4 100644 (file)
@@ -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)) {