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