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

Commit a359426

Browse files
author
fhein
committed
Removed $_.
1 parent 7bf7b8a commit a359426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ private function mapAliasesToTargets()
912912
continue;
913913
}
914914

915-
foreach ($stack as $_ => $alias) {
915+
foreach ($stack as $alias) {
916916
if ($alias === $tCursor) {
917917
throw CyclicAliasException::fromCyclicAlias($alias, $this->aliases);
918918
}

0 commit comments

Comments
 (0)