mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 17:27:22 +01:00
refacto: 100% type coverage
This commit is contained in:
@ -84,6 +84,6 @@ final class ExpectationPipeline
|
||||
*/
|
||||
public function carry(): Closure
|
||||
{
|
||||
return fn ($stack, $pipe): Closure => fn () => $pipe($stack, ...$this->passables);
|
||||
return fn (mixed $stack, callable $pipe): Closure => fn () => $pipe($stack, ...$this->passables);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user