diff --git a/src/HandlerResolver.php b/src/HandlerResolver.php index 42d81da..60e7521 100644 --- a/src/HandlerResolver.php +++ b/src/HandlerResolver.php @@ -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);