mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +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
|
* @param mixed[][] $trace
|
||||||
|
* @phpstan-param list<array<string, mixed>>|null $trace
|
||||||
* @return string[]
|
* @return string[]
|
||||||
*/
|
*/
|
||||||
public static function printableExceptionInfo(\Throwable $e, $trace = null) : array{
|
public static function printableExceptionInfo(\Throwable $e, $trace = null) : array{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user