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