Skip to content

Commit 1741beb

Browse files
authored
Update Dbgr.php
1 parent be4b644 commit 1741beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dbgr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ private static function useDumper($variable)
957957
{
958958
$options = self::$dumperOptions;
959959
if (is_string($variable)) {
960-
$options[Dumper::TRUNCATE] = false;
960+
$options[Dumper::TRUNCATE] = null;
961961
}
962962

963963
if (self::$forceHTML === true || (PHP_SAPI !== 'cli' && !preg_match('#^Content-Type: (?!text/html)#im', implode("\n", headers_list())))) {

0 commit comments

Comments
 (0)