From e7b439dc8398724023ae4bf6210875e1cf746c0d Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Fri, 15 Dec 2023 10:19:38 -0800 Subject: [PATCH] Remove `ClientBuilder` @internal annotation --- src/ClientBuilder.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ClientBuilder.php b/src/ClientBuilder.php index 54a433eb0..28563fe87 100644 --- a/src/ClientBuilder.php +++ b/src/ClientBuilder.php @@ -14,8 +14,6 @@ /** * A configurable builder for Client objects. - * - * @internal */ final class ClientBuilder {