diff --git a/src/Helper/EntriesExport.php b/src/Helper/EntriesExport.php index 273332ec9..14bbe253c 100644 --- a/src/Helper/EntriesExport.php +++ b/src/Helper/EntriesExport.php @@ -86,7 +86,7 @@ class EntriesExport */ public function updateAuthor($method) { - if ($method !== 'entry') { + if ('entry' !== $method) { $this->author = 'Various authors'; return $this; @@ -237,7 +237,7 @@ class EntriesExport if ($entry->isPublic()) { $publicLink = $this->wallabagUrl . '/share/' . $entry->getUid(); - $chapter .= '