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

Commit

Permalink
fixing broken merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/AbstractPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,6 @@ public function getServiceLocator()
protected function createFromInvokable($canonicalName, $requestedName)
{
$invokable = $this->invokableClasses[$canonicalName];
if (!class_exists($invokable)) {
throw new Exception\ServiceNotCreatedException(sprintf(
'%s: failed retrieving "%s%s" via invokable class "%s"; class does not exist',
__METHOD__,
$canonicalName,
($requestedName ? '(alias: ' . $requestedName . ')' : ''),
$canonicalName
));
}

if (null === $this->creationOptions
|| (is_array($this->creationOptions) && empty($this->creationOptions))
Expand Down

0 comments on commit 4a6bead

Please sign in to comment.