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 b1ec831

Browse filesBrowse files
[FrameworkBundle] fix typo in CacheClearCommand
1 parent 52270d1 commit b1ec831
Copy full SHA for b1ec831

File tree

1 file changed

+1
-1
lines changed
Filter options

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
@@ -148,7 +148,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
148148
if ('/' === \DIRECTORY_SEPARATOR && $mounts = @file('/proc/mounts')) {
149149
foreach ($mounts as $mount) {
150150
$mount = array_slice(explode(' ', $mount), 1, -3);
151-
if (!\in_array(array_pop($mount), array('vboxfs', 'nfs'))) {
151+
if (!\in_array(array_pop($mount), array('vboxsf', 'nfs'))) {
152152
continue;
153153
}
154154
$mount = implode(' ', $mount).'/';

0 commit comments

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