From 11eb09c21ccd32aade45c472852bd121d49aa0ad Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Mon, 15 Sep 2025 09:45:13 +0200 Subject: [PATCH] ref: remove @internal annotation from Result --- src/Transport/Result.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Transport/Result.php b/src/Transport/Result.php index a4a6b8238c..7d5061bc46 100644 --- a/src/Transport/Result.php +++ b/src/Transport/Result.php @@ -9,8 +9,6 @@ /** * This class contains the details of the sending operation of an event, e.g. * if it was sent successfully or if it was skipped because of some reason. - * - * @internal */ class Result {