release: v2.24.1

This commit is contained in:
Nuno Maduro
2023-10-26 11:02:35 -04:00
parent e0939e3e99
commit fd4f161edd
8 changed files with 7 additions and 115 deletions

View File

@ -24,8 +24,8 @@ if (! function_exists('expect')) {
*
* @template TValue
*
* @param TValue $value
* @return Expectation<TValue>
* @param TValue|null $value
* @return Expectation<TValue|null>
*/
function expect(mixed $value = null): Expectation
{

View File

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