Utils: fix parameter doc for printableExceptionInfo()

This commit is contained in:
Dylan K. Taylor 2025-01-07 22:24:26 +00:00
parent 38441a6ba3
commit d69a887b0d
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -406,6 +406,7 @@ final class Utils{
/**
* @param mixed[][] $trace
* @phpstan-param list<array<string, mixed>>|null $trace
* @return string[]
*/
public static function printableExceptionInfo(\Throwable $e, $trace = null) : array{