From 6118be5a1c905578fd6e658340f17bcab75155b9 Mon Sep 17 00:00:00 2001 From: Jan Nedbal Date: Mon, 15 Jul 2024 14:15:01 +0200 Subject: [PATCH] InternalError is part of --- src/Analyser/InternalError.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Analyser/InternalError.php b/src/Analyser/InternalError.php index 8dd6ae93a4..9a3ddd2820 100644 --- a/src/Analyser/InternalError.php +++ b/src/Analyser/InternalError.php @@ -9,6 +9,7 @@ use function array_unshift; /** + * @api * @phpstan-type Trace = list */ class InternalError implements JsonSerializable