mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
upgrade to phpstan lvl 7
This commit is contained in:
@ -148,6 +148,7 @@ final class TestCaseFactory
|
||||
$annotations = ['@test'];
|
||||
|
||||
foreach (self::$annotations as $annotation) {
|
||||
//@phpstan-ignore-next-line
|
||||
$annotations = (new $annotation())->add($method, $annotations);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user