Skip to content

Commit 1125258

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [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
2 parents ac06ad1 + 735fb84 commit 1125258

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
@@ -53,11 +53,6 @@ protected function configure()
5353
5454
Before running this command, the cache must be empty.
5555

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

0 commit comments

Comments
 (0)