mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 08:17:22 +01:00
Code quality improvements
This commit is contained in:
@ -19,8 +19,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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user