mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
refacto: pipes
This commit is contained in:
@ -19,11 +19,11 @@ if (!function_exists('expect')) {
|
||||
*
|
||||
* @template TValue
|
||||
*
|
||||
* @param TValue $value the Value
|
||||
* @param TValue $value
|
||||
*
|
||||
* @return Expectation<TValue>
|
||||
*/
|
||||
function expect($value = null): Expectation
|
||||
function expect(mixed $value = null): Expectation
|
||||
{
|
||||
return new Expectation($value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user