Skip to content

Commit e2423e4

Browse files
Merge branch '4.4' into 5.4
* 4.4: Fix a fix
2 parents ea736fa + 1ebfe9e commit e2423e4

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
@@ -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)