You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command does not generate the classes cache (as when executing this
command, too many classes that should be part of the cache are already loaded
in memory). Use curl or any other similar tool to warm up
the classes cache if you want.
When typing php bin/console cache:warmup --help
How to reproduce
type php bin/console cache:warmup --help
Possible Solution
Remove it form src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php file
Additional Context
No response
The text was updated successfully, but these errors were encountered:
…ommand (Houssem)
This PR was merged into the 4.4 branch.
Discussion
----------
[FrameworkBundle] fix bad help message in cache warmup command
| Q | A
| ------------- | ---
| Branch? | 4.4 for bug fixes <!-- see below -->
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | Fix#47380 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
<!--
Replace this notice by a short README for your feature/bugfix.
This will help reviewers and should be a good start for the documentation.
Additionally (see https://symfony.com/releases):
- Always add tests and ensure they pass.
- Bug fixes must be submitted against the lowest maintained branch where they apply
(lowest branches are regularly merged to upper ones so they get the fixes too).
- Features and deprecations must be submitted against the latest branch.
- For new features, provide some code snippets to help understand usage.
- Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
- Never break backward compatibility (see https://symfony.com/bc).
-->
This feature was removed years ago due to providing no benefit on PHP 7+
Commits
-------
72afc77 fix bad help message in cache warmup command
Symfony version(s) affected
^4.4 | ^5.0 | ^6.0
Description
Bad message
When typing
php bin/console cache:warmup --help
How to reproduce
type
php bin/console cache:warmup --help
Possible Solution
Remove it form
src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php
fileAdditional Context
No response
The text was updated successfully, but these errors were encountered: