mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
style: apply fixes from PHP-CS-Fixer
This commit is contained in:
@ -37,7 +37,7 @@ final class Kernel
|
||||
public static function boot(): self
|
||||
{
|
||||
foreach (self::$bootstrappers as $bootstrapper) {
|
||||
//@phpstan-ignore-next-line
|
||||
// @phpstan-ignore-next-line
|
||||
(new $bootstrapper())->__invoke();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user