From 93236dc719372fdea2fca3b408841dadbe97bfd8 Mon Sep 17 00:00:00 2001 From: djordy Date: Wed, 8 Jan 2025 00:27:36 +0100 Subject: [PATCH] remove @internal from trait & interfaces --- src/TypeDescriber/TypeDescriberAwareInterface.php | 2 -- src/TypeDescriber/TypeDescriberAwareTrait.php | 2 -- src/TypeDescriber/TypeDescriberInterface.php | 2 -- 3 files changed, 6 deletions(-) diff --git a/src/TypeDescriber/TypeDescriberAwareInterface.php b/src/TypeDescriber/TypeDescriberAwareInterface.php index 94f581b43..318cc29b3 100644 --- a/src/TypeDescriber/TypeDescriberAwareInterface.php +++ b/src/TypeDescriber/TypeDescriberAwareInterface.php @@ -13,8 +13,6 @@ /** * @experimental - * - * @internal */ interface TypeDescriberAwareInterface { diff --git a/src/TypeDescriber/TypeDescriberAwareTrait.php b/src/TypeDescriber/TypeDescriberAwareTrait.php index 7141d7fa4..760efcda3 100644 --- a/src/TypeDescriber/TypeDescriberAwareTrait.php +++ b/src/TypeDescriber/TypeDescriberAwareTrait.php @@ -13,8 +13,6 @@ /** * @experimental - * - * @internal */ trait TypeDescriberAwareTrait { diff --git a/src/TypeDescriber/TypeDescriberInterface.php b/src/TypeDescriber/TypeDescriberInterface.php index 25c43c158..f2c824872 100644 --- a/src/TypeDescriber/TypeDescriberInterface.php +++ b/src/TypeDescriber/TypeDescriberInterface.php @@ -18,8 +18,6 @@ * @template T of Type * * @experimental - * - * @internal */ interface TypeDescriberInterface {