forked from wallabag/wallabag
PHPStan level 5
This commit is contained in:
@ -96,6 +96,7 @@ class ImportCommand extends Command
|
||||
|
||||
$this->tokenStorage->setToken($token);
|
||||
$user = $this->tokenStorage->getToken()->getUser();
|
||||
\assert($user instanceof User);
|
||||
|
||||
$import = match ($input->getOption('importer')) {
|
||||
'v2' => $this->wallabagV2Import,
|
||||
|
||||
Reference in New Issue
Block a user