Closed ezzatron closed 5 years ago
There are a couple of changes in PHP 7.4 that break Phony, namely:
parent::
ReflectionType::__toString()
ReflectionType::getName()
There are a couple of changes in PHP 7.4 that break Phony, namely:
parent::
can no longer appear in any type without a parent class, even in unreachable codeReflectionType::__toString()
is deprecated in favour ofReflectionType::getName()
(undocumented)