-
Type: Task
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
PHPLIB has historically used private static properties for internal constants.
PHP 7.1+ allows us to use visibility modifiers with const, so we should consider replacing the existing syntax wherever possible.
- depends on
-
PHPLIB-589 Drop support for PHP 7.0
- Closed
- related to
-
PHPLIB-360 Make ChangeStream::CURSOR_NOT_FOUND class constant private
- Closed