-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
-
Where possible, all classes marked with @internal should also be made final. In those cases where we can't make the class final (e.g. because we have to extend it ourselves), we can use the @final annotation to communicate the intent to make them final.
- related to
-
PHPLIB-1521 Mark internal and operation classes as final in docblock
- Closed