diff --git a/src/Exception/ErrorException.php b/src/Exception/ErrorException.php index 7856366..5f61d77 100644 --- a/src/Exception/ErrorException.php +++ b/src/Exception/ErrorException.php @@ -14,16 +14,7 @@ /** * `ErrorException` represents a PHP error. - * - * @psalm-type DebugBacktraceType = list, - * class?: class-string, - * file?: string, - * function?: string, - * line?: int, - * object?: object, - * type?: string - * }> + * @psalm-type DebugBacktraceType = list, class?: class-string, file?: string, function?: string, line?: int, object?: object, type?: string}> * * @final */