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:
@ -37,6 +37,7 @@ final class Kernel
|
||||
public static function boot(): self
|
||||
{
|
||||
foreach (self::$bootstrappers as $bootstrapper) {
|
||||
//@phpstan-ignore-next-line
|
||||
(new $bootstrapper())->__invoke();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user