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
Copy file name to clipboardExpand all lines: Command/CacheClearCommand.php
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -77,12 +77,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
77
77
if ($input->getOption('no-warmup')) {
78
78
$filesystem->rename($realCacheDir, $oldCacheDir);
79
79
} else {
80
-
$warning = 'Calling cache:clear without the --no-warmup option is deprecated since version 3.3. Cache warmup should be done with the cache:warmup command instead.';
0 commit comments