Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Jan 24, 2023
1 parent 3262b74 commit 8794a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/src/Internal/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8794a58

Please sign in to comment.