Skip to content

Commit

Permalink
remove @internal from trait & interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jan 7, 2025
1 parent 1efbf26 commit 93236dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/TypeDescriber/TypeDescriberAwareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/**
* @experimental
*
* @internal
*/
interface TypeDescriberAwareInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/TypeDescriber/TypeDescriberAwareTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/**
* @experimental
*
* @internal
*/
trait TypeDescriberAwareTrait
{
Expand Down
2 changes: 0 additions & 2 deletions src/TypeDescriber/TypeDescriberInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* @template T of Type
*
* @experimental
*
* @internal
*/
interface TypeDescriberInterface
{
Expand Down

0 comments on commit 93236dc

Please sign in to comment.