forked from wallabag/wallabag
Modernize to PHP 8.1
This commit is contained in:
@ -39,7 +39,7 @@ class FirefoxImport extends BrowserImport
|
||||
'is_archived' => (int) $this->markAsRead,
|
||||
'is_starred' => false,
|
||||
'tags' => '',
|
||||
'created_at' => substr($entry['dateAdded'], 0, 10),
|
||||
'created_at' => substr((string) $entry['dateAdded'], 0, 10),
|
||||
];
|
||||
|
||||
if (\array_key_exists('tags', $entry) && '' !== $entry['tags']) {
|
||||
|
||||
Reference in New Issue
Block a user