Used a lower level on phpstan to avoid errors produced by Symfony 4.1.5 new phpdocs

This commit is contained in:
Alejandro Celaya
2018-11-16 16:44:48 +01:00
parent 8fc949898b
commit 4745a37549
3 changed files with 6 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ class ListShortUrlsCommand extends Command
$this->translator->translate('The first page to list (%s items per page)'),
PaginableRepositoryAdapter::ITEMS_PER_PAGE
),
1
'1'
)
->addOption(
'searchTerm',