History log of /PHP-8.1/Zend/tests/magic_methods_021.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# bb8b95be 03-Aug-2020 Nikita Popov

Fix bug #79925

If the expected return type of a magic method is "object", we also
need to allow class types and "static" to comply with covariance.