-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Docs
Historically, PHPLIB has used @internal to annotate components not recommended for use by consumers (i.e. open to BC breaks between non-major releases).
Many classes throughout the library also use @api. This seems redundant, as anything without an @internal annotation is implicitly available to consumers.
Consider removing all instances of @api throughout the library.
This issue came up in mongodb/mongo-php-library#1059 for PHPLIB-1022.
- is related to
-
PHPLIB-1141 Use rector for automatic refactor in CI and locally
- Closed