Skip to content

Commit 1427736

Browse files
Merge branch '6.0' into 6.1
* 6.0: Fix a fix
2 parents d1cdc1f + 94b0bde commit 1427736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Descriptor/Descriptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ protected function formatValue(mixed $value): string
157157
return $value;
158158
}
159159

160-
return preg_replace("/\n\s*/s", '', ltrim(var_export($value, true)), '\\');
160+
return preg_replace("/\n\s*/s", '', var_export($value, true));
161161
}
162162

163163
protected function formatParameter(mixed $value): string

0 commit comments

Comments
 (0)