Skip to content

Commit 388fb7c

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [LokaliseBridge] Fix push command --delete-missing options when there are no missing messages fix bad help message in cache warmup command [Console] Fix OutputFormatterStyleStack::getCurrent return type Count cookie parts before accessing the second Fix RequestStack state if throwable is thrown [Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder [Serializer] Revert deprecation of `ContextAwareEncoderInterface` and `ContextAwareDecoderInterface`
2 parents d93be5c + 1125258 commit 388fb7c

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
@@ -50,11 +50,6 @@ protected function configure()
5050
5151
Before running this command, the cache must be empty.
5252

53-
This command does not generate the classes cache (as when executing this
54-
command, too many classes that should be part of the cache are already loaded
55-
in memory). Use <comment>curl</comment> or any other similar tool to warm up
56-
the classes cache if you want.
57-
5853
EOF
5954
)
6055
;

0 commit comments

Comments
 (0)