8.0.1 - Reflect your return type
- 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()
.