Skip to content

v4.3.0

Compare
Choose a tag to compare
@adoy adoy released this 19 Dec 00:16
· 57 commits to master since this release
bf2c08d

New Features

Add support for PHP8.2 null and false stand-alone types
PHP8.2 introduced null and false stand-alone types.
It's new possible to mock an object using those types.

Add support for PHP8.2 DNF Types
PHP8.2 introduced Disjunctive Normal Form Types.
It's now possible to mock an object using DNF types.

Changes

#308 - Unable to use PHP8 named arguments on static method

#307 - Phake\Matchers\IArgumentMatcher doesn't work as expected