Skip to content

Commit

Permalink
Fixes static types
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Apr 24, 2024
1 parent 1e3d2af commit 49c774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Expand Up @@ -35,7 +35,7 @@ public static function configure(?string $basePath = null): ApplicationBuilder
default => static::inferBasePath(),
};

$builder = (new ApplicationBuilder(new static($basePath)));
$builder = (new ApplicationBuilder(new static($basePath))); // @phpstan-ignore-line

$builder->create()->singleton(
\Illuminate\Contracts\Console\Kernel::class,
Expand Down

0 comments on commit 49c774a

Please sign in to comment.