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

Commit 9b799e3

Browse files
samsonasikweierophinney
authored andcommitted
fixes missing remove $self = $this
1 parent 67b9e9f commit 9b799e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AbstractPluginManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ abstract class AbstractPluginManager extends ServiceManager implements ServiceLo
6262
public function __construct(ConfigInterface $configuration = null)
6363
{
6464
parent::__construct($configuration);
65-
$self = $this;
6665
$this->addInitializer(function ($instance) {
6766
if ($instance instanceof ServiceLocatorAwareInterface) {
6867
$instance->setServiceLocator($this);

0 commit comments

Comments
 (0)