Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
Rebase artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
fhein committed Jan 25, 2018
1 parent d0f79fc commit 578c0a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ServiceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -895,10 +895,6 @@ private function mapAliasesToTargets()
throw CyclicAliasException::fromCyclicAlias($alias, $aliases);
}

if (! isset($aliases[$tCursor])) {
continue;
}

$stack = [];

while (isset($aliases[$tCursor])) {
Expand Down

0 comments on commit 578c0a7

Please sign in to comment.