diff --git a/src/HttpClient/Request.php b/src/HttpClient/Request.php index eb3aefd50..4fde1592d 100644 --- a/src/HttpClient/Request.php +++ b/src/HttpClient/Request.php @@ -4,9 +4,6 @@ namespace Sentry\HttpClient; -/** - * @internal - */ final class Request { /** diff --git a/src/HttpClient/Response.php b/src/HttpClient/Response.php index 76748271a..f82b09e94 100644 --- a/src/HttpClient/Response.php +++ b/src/HttpClient/Response.php @@ -4,9 +4,6 @@ namespace Sentry\HttpClient; -/** - * @internal - */ final class Response { /**