Added missing type hint

This commit is contained in:
Alejandro Celaya 2018-10-06 11:43:34 +02:00
parent 86c30ee731
commit 5337eb48e7

View File

@ -64,7 +64,7 @@ class ApplicationConfigCustomizer implements ConfigCustomizerInterface
. 'have more than a specific amount of visits?'
);
case self::VISITS_THRESHOLD:
return $io->ask(
return (int) $io->ask(
'What is the amount of visits from which the system will not allow short URLs to be deleted?',
15
);