mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
added missing return types
This commit is contained in:
@ -132,6 +132,9 @@ final class TestCaseFactory
|
||||
$proxies = $this->proxies;
|
||||
$factoryTest = $this->test;
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
$test = function () use ($chains, $proxies, $factoryTest) {
|
||||
$proxies->proxy($this);
|
||||
$chains->chain($this);
|
||||
|
||||
Reference in New Issue
Block a user