summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_021.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #79925Nikita Popov2020-08-031-0/+21
If the expected return type of a magic method is "object", we also need to allow class types and "static" to comply with covariance.