mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 08:47:22 +01:00
upgrade to phpstan lvl 7
This commit is contained in:
@ -29,7 +29,7 @@ final class BootSubscribers
|
||||
{
|
||||
foreach (self::$subscribers as $subscriber) {
|
||||
Event\Facade::registerSubscriber(
|
||||
new $subscriber()
|
||||
new $subscriber() //@phpstan-ignore-line
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user