Skip to content

Commit 49f8fe5

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: fix bad help message in cache warmup command Fix RequestStack state if throwable is thrown [Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder
2 parents 7b4c865 + bd7d15b commit 49f8fe5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Command/CacheWarmupCommand.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ protected function configure()
5555
5656
Before running this command, the cache must be empty.
5757

58-
This command does not generate the classes cache (as when executing this
59-
command, too many classes that should be part of the cache are already loaded
60-
in memory). Use <comment>curl</comment> or any other similar tool to warm up
61-
the classes cache if you want.
62-
6358
EOF
6459
)
6560
;

0 commit comments

Comments
 (0)