mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 16:50:55 -04:00
Merge pull request #53845 from nextcloud/chore/code-style
chore(AccountManager): adjust code style for cs-fixer
This commit is contained in:
commit
f9cdb947fc
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