Skip to content

Commit

Permalink
QA: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Oct 30, 2023
1 parent 569db26 commit 347a17f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public static function boot(): ExtraConfigurator
// Disable default extensions
unset($configurator->defaultExtensions['security']);

// @phpstan-ignore-next-line
$configurator->onCompile[] = function (ExtraConfigurator $configurator, Compiler $compiler): void {
// Add env variables to config structure
$compiler->addConfig(['parameters' => $configurator->getEnvironmentParameters()]);
Expand Down

0 comments on commit 347a17f

Please sign in to comment.