Skip to content

Commit 95b26fa

Browse files
committed
Fix bc
1 parent e22d094 commit 95b26fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renderer/HtmlRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public function renderCallStack(Throwable $t, array $trace = []): string
282282
*
283283
* @return string The string representation of the arguments array.
284284
*/
285-
public function argumentsToString(array $args, bool $truncate): string
285+
public function argumentsToString(array $args, bool $truncate = true): string
286286
{
287287
$count = 0;
288288
$isAssoc = $args !== array_values($args);

0 commit comments

Comments
 (0)