We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaf3bff + 4cc9259 commit 4c69da2Copy full SHA for 4c69da2
1 file changed
system/Debug/Exceptions.php
@@ -531,9 +531,6 @@ private static function renderBacktrace(array $backtrace): string
531
case is_resource($value):
532
return sprintf('resource (%s)', get_resource_type($value));
533
534
- case is_string($value):
535
- return var_export(clean_path($value), true);
536
-
537
default:
538
return var_export($value, true);
539
}
0 commit comments