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

Commit

Permalink
Removed $_
Browse files Browse the repository at this point in the history
  • Loading branch information
fhein committed Jan 23, 2018
1 parent b01d58b commit 0f6b631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ private function mapAliasesToTargets()
*/
private function resolveAbstractFactories($abstractFactories)
{
foreach ($abstractFactories as $_ => $abstractFactory) {
foreach ($abstractFactories as $abstractFactory) {
if (is_string($abstractFactory) && class_exists($abstractFactory)) {
// cached string
if (! isset($this->cachedAbstractFactories[$abstractFactory])) {
Expand Down

0 comments on commit 0f6b631

Please sign in to comment.