From da8954122aa52fe816f6472a6c04f6771689eb1b Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Tue, 19 Aug 2025 10:19:39 +0300 Subject: [PATCH] Fix BC --- src/Exception/ErrorException.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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 */