mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-19 15:35:52 +00:00
Utils: fix parameter doc for printableExceptionInfo()
This commit is contained in:
parent
38441a6ba3
commit
d69a887b0d
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user