mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(AccountManager): adjust code style for cs-fixer
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
4dcb282a47
commit
47e77f27c3
1 changed files with 2 additions and 2 deletions
|
|
@ -752,8 +752,8 @@ class AccountManager implements IAccountManager {
|
|||
foreach ($decoded['links'] as $link) {
|
||||
// have application/activity+json or application/ld+json
|
||||
if (isset($link['type']) && (
|
||||
$link['type'] === 'application/activity+json' ||
|
||||
$link['type'] === 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'
|
||||
$link['type'] === 'application/activity+json'
|
||||
|| $link['type'] === 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'
|
||||
)) {
|
||||
$found = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue