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