Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Aug 27, 2024
1 parent e7f2298 commit b2eb2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HandlerResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private function symfonyContainer(?string $bootstrapFile = null): ContainerInter

// Use the Symfony Runtime component to resolve the closure and get the PSR-11 container
$options = $_SERVER['APP_RUNTIME_OPTIONS'] ?? [];
if (!isset($options['project_dir'])) {
if (! isset($options['project_dir'])) {
$options['project_dir'] = dirname(__DIR__, 4);
}
$runtime = new BrefRuntime($options);
Expand Down

0 comments on commit b2eb2f5

Please sign in to comment.