fix phpcs issues
This commit is contained in:
parent
8491589fbd
commit
9c5b2e3bac
3 changed files with 10 additions and 4 deletions
|
@ -368,7 +368,8 @@ class Note extends Model
|
|||
return $matches[0];
|
||||
}
|
||||
if ($contact->facebook) {
|
||||
return '<a class="u-category h-card" href="https://facebook.com/' . $contact->facebook . '">' . $contact->name . '</a>';
|
||||
return '<a class="u-category h-card" href="https://facebook.com/'
|
||||
. $contact->facebook . '">' . $contact->name . '</a>';
|
||||
}
|
||||
|
||||
return $contact->name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue