Skip to content

Commit f7daebd

Browse files
authored
Fixed PHPStan (#7370)
* Fixed PHPStan * Update RunTestsInCoroutine.php
1 parent f19d656 commit f7daebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Concerns/RunTestsInCoroutine.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ final protected function runTest(): mixed
6262
parent::setName('runTestsInCoroutine');
6363
}
6464

65+
/* @phpstan-ignore-next-line */
6566
return parent::runTest();
6667
}
6768

0 commit comments

Comments
 (0)