Skip to content

8.0.5 - Let's keep this internal

Compare
Choose a tag to compare
@mikey179 mikey179 released this 14 Jan 19:52
· 27 commits to main since this release
v8.0.5
13aad01
  • Restrict deprecated support for methods and functions without a return type to user-defined methods and functions
  • Added #[\ReturnTypeWillChange] to generated proxy methods if a PHP-internal class is mocked to prevent deprecation notices, as their return types available via reflection are not always up to date, e.g. for \XSLTProcessor where reflection delivers no return type information for the single methods of this class