Skip to content

Commit

Permalink
PhasedRuleAdapter: marked as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jan 19, 2025
1 parent a9e7993 commit b003277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- renamed to `PhasedRule`
- `MultiValueEfficientRuleAdapter`
- renamed to `PhasedRuleAdapter`
- marked as internal

### Removed

Expand Down
2 changes: 2 additions & 0 deletions src/Rules/PhasedRuleAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

/**
* @implements PhasedRule<Args>
*
* @internal
*/
final class PhasedRuleAdapter implements PhasedRule
{
Expand Down

0 comments on commit b003277

Please sign in to comment.