8000 Merge branch '4.4' into 5.4 · symfony/symfony@10f9df7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10f9df7

Browse files
Merge branch '4.4' into 5.4
* 4.4: Fix a fix
2 parents 3ec9897 + 18f3978 commit 10f9df7
< 8000 /div>

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ protected function formatValue($value): string
167167
return $value;
168168
}
169169

170-
return preg_replace("/\n\s*/s", '', ltrim(var_export($value, true)), '\\');
170+
return preg_replace("/\n\s*/s", '', var_export($value, true));
171171
}
172172

173173
/**

0 commit comments

Comments
 (0)
0