Skip to content

8.0.1 - Reflect your return type

Compare
Choose a tag to compare
@mikey179 mikey179 released this 25 Dec 18:56
· 36 commits to main since this release
v8.0.1
a7d20e7
  • Provide more details about mocked method/function in deprecation notice when method or function doesn't have a return type declaration.
  • Improve support for mocking \IteratorAggregate by providing specific return type
    information, as reflection doesn't provide a return type for \IteratorAggregate::getIterator().