forked from wallabag/wallabag
PHPStan level 3
This commit is contained in:
@ -132,7 +132,7 @@ class InstapaperImport extends AbstractImport
|
||||
if (false !== $existingEntry) {
|
||||
++$this->skippedEntries;
|
||||
|
||||
return;
|
||||
return null;
|
||||
}
|
||||
|
||||
$entry = new Entry($this->user);
|
||||
|
||||
Reference in New Issue
Block a user