Skip to content

Commit 2dd5a74

Browse files
Merge branch '5.4' into 6.0
* 5.4: Fix a fix
2 parents 327183a + 1c2674a commit 2dd5a74

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)