-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Methods annotated with @internal can be sorted after non-internal methods with the same visibility. Note that this likely only applies to public and protected methods, since private methods are implicitly internal.
This originated from mongodb/mongo-php-library#1158 for PHPLIB-998.
- is related to
-
PHPLIB-998 Easier debugging with standardized logging: logging specification
- Blocked