Skip to content

Commit 1ebfe9e

Browse files
Fix a fix
1 parent bab2854 commit 1ebfe9e

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
@@ -162,7 +162,7 @@ protected function formatValue($value): string
162162
return $value;
163163
}
164164

165-
return preg_replace("/\n\s*/s", '', ltrim(var_export($value, true)), '\\');
165+
return preg_replace("/\n\s*/s", '', var_export($value, true));
166166
}
167167

168168
/**

0 commit comments

Comments
 (0)