Skip to content

Commit

Permalink
fix: remove @internal annotation for Operations (#5089)
Browse files Browse the repository at this point in the history
See #5084
  • Loading branch information
norival authored Oct 24, 2022
1 parent 1b64ebf commit 310363d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Metadata/Operations.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@

use RuntimeException;

/**
* @internal
*/
final class Operations implements \IteratorAggregate, \Countable
{
private $operations;
Expand Down

0 comments on commit 310363d

Please sign in to comment.