Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix creating an undocumented dynamic property
https://wiki.php.net/rfc/deprecate_dynamic_properties causes this to emit an E_DEPRECATION notice. A private property was chosen because: - This was undocumented and I assume unintentional. - This will not conflict with any properties of the same name and different types (or readonly properties) in subclasses.
- Loading branch information