release: 4.3.2

This commit is contained in:
Nuno Maduro
2026-01-28 01:01:19 +00:00
parent dd01229d7b
commit 3a4329ddc7
5 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '4.3.1';
return '4.3.2';
}
function testDirectory(string $file = ''): string

View File

@ -46,6 +46,7 @@ final readonly class HigherOrderCallables
*/
public function and(mixed $value): Expectation
{
// @phpstan-ignore-next-line
return $this->expect($value);
}