We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In CacheCommands:
$type = $this->io()->choice(dt("'Choose a cache to clear"), $choices, 'all');
There's a surplus ' at the start of the string.
The text was updated successfully, but these errors were encountered:
2809178
Fix #2920 stray quote mark in string.
cd0c6c2
No branches or pull requests
In CacheCommands:
There's a surplus ' at the start of the string.
The text was updated successfully, but these errors were encountered: