9.3.1: References & reflection fix
- Fixed
private(set)
not being implicitely marked as final, see
https://wiki.php.net/rfc/asymmetric-visibility-v2#inheritance
(@thekid) - Fixed enclosing scopes when using references - @thekid
private(set)
not being implicitely marked as final, see