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 56c563e

Browse filesBrowse files
minor #54277 [FrameworkBundle] Fix typo (fabpot)
This PR was merged into the 5.4 branch. Discussion ---------- [FrameworkBundle] Fix typo | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | n/a | License | MIT Commits ------- 5353389 [FrameworkBundle] Fix typo
2 parents 6fadff7 + 5353389 commit 56c563e
Copy full SHA for 56c563e

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

‎src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php

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

158158
if ($this->isNfs($realBuildDir)) {
159-
$io->note('For better performances, you should move the cache and log directories to a non-shared folder of the VM.');
159+
$io->note('For better performance, you should move the cache and log directories to a non-shared folder of the VM.');
160160
$fs->remove($realBuildDir);
161161
} else {
162162
$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.