mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 09:50:17 -06:00
Added missing type hint
This commit is contained in:
parent
86c30ee731
commit
5337eb48e7
@ -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
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user