diff --git a/src/Core/src/Internal/Factory.php b/src/Core/src/Internal/Factory.php index 0b1e8aebd..c318e0ef7 100644 --- a/src/Core/src/Internal/Factory.php +++ b/src/Core/src/Internal/Factory.php @@ -71,7 +71,7 @@ public function make(string $alias, array $parameters = [], string $context = nu try { $this->tracer->push(false, action: 'jump to parent scope'); return $parent->make($alias, $parameters, $context); - // } catch (\Throwable $e) { + // } catch (\Throwable $e) { // $this->tracer->pop(false); // throw $e; } finally {