Added
- You can set return value type
void
as':void'
when you use$this->getDouble()
.
$mock = $this->getDouble(
'SplFileObject',
['next' => ':void'],
['php://memory']
);
Fixed
- Fix bug that
pre_controller
can't modify$class
/$method
. See #394.
Others
- Compatible with PHP 8.1