Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 15, 2024
1 parent 0384248 commit 2093c55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ private function build(string $id)
try {
if (!$this->definitions->has($id)) {
throw new NotFoundException($id, $this->definitions->getBuildStack());

}

$definition = DefinitionNormalizer::normalize($this->definitions->get($id), $id);
Expand Down

0 comments on commit 2093c55

Please sign in to comment.