Skip to content

Commit f9cdb94

Browse files
Merge pull request #53845 from nextcloud/chore/code-style
chore(AccountManager): adjust code style for cs-fixer
2 parents 9a2cc58 + 47e77f2 commit f9cdb94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/private/Accounts/AccountManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,8 @@ private function sanitizePropertyFediverse(IAccountProperty $property): void {
752752
foreach ($decoded['links'] as $link) {
753753
// have application/activity+json or application/ld+json
754754
if (isset($link['type']) && (
755-
$link['type'] === 'application/activity+json' ||
756-
$link['type'] === 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'
755+
$link['type'] === 'application/activity+json'
756+
|| $link['type'] === 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'
757757
)) {
758758
$found = true;
759759
break;

0 commit comments

Comments
 (0)