Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71c441e

Browse filesBrowse files
committed
Merge branch '5.4' into 6.4
* 5.4: [Filesystem] Fix str_contains deprecation [Security] Correctly initialize the voter property [FrameworkBundle] Fix typo Update `changed-translation-files` step with native git diff command [Lock] Check the correct SQLSTATE error code for MySQL [ErrorHandler] Fix `ErrorHandlerTest::tearDown()` visibility [Lock] compatiblity with redis cluster 7 fix: typo
2 parents 8f34eae + 832c180 commit 71c441e
Copy full SHA for 71c441e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Command/CacheClearCommand.php

Copy file name to clipboardExpand all lines: Command/CacheClearCommand.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
154154
}
155155

156156
if ($this->isNfs($realBuildDir)) {
157-
$io->note('For better performances, you should move the cache and log directories to a non-shared folder of the VM.');
157+
$io->note('For better performance, you should move the cache and log directories to a non-shared folder of the VM.');
158158
$fs->remove($realBuildDir);
159159
} else {
160160
$fs->rename($realBuildDir, $oldBuildDir);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.