Make PHP-CS happy

This commit is contained in:
Philipp
2022-11-15 01:10:49 +01:00
parent 9d455a5d0b
commit ba0b83b0b0
3 changed files with 27 additions and 21 deletions

View File

@@ -72,9 +72,9 @@ class Feed extends BaseModule
'guid',
'gravity',
], [
'uri-id' => $uriId,
'uri-id' => $uriId,
'private' => [Item::PUBLIC, Item::UNLISTED],
'uid' => 0,
'uid' => 0,
]);
if (empty($item)) {