diff --git a/src/CrashDump.php b/src/CrashDump.php index a2d50d044..28f57c7f2 100644 --- a/src/CrashDump.php +++ b/src/CrashDump.php @@ -127,6 +127,9 @@ class CrashDump{ return $this->encodedData; } + /** + * @return mixed[] + */ public function getData() : array{ return $this->data; } diff --git a/src/Server.php b/src/Server.php index 4cc793eac..96085f3c7 100644 --- a/src/Server.php +++ b/src/Server.php @@ -1416,7 +1416,7 @@ class Server{ } /** - * @param array|null $trace + * @param mixed[][]|null $trace */ public function exceptionHandler(\Throwable $e, $trace = null) : void{ while(@ob_end_flush()){}