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

Commit

Permalink
Resolve undefined classes in phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdapterPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class AdapterPluginManager extends AbstractPluginManager
* @param string $canonicalName
* @param string $requestedName
* @return mixed
* @throws Exception\ServiceNotCreatedException If factory is not callable
* @throws \Zend\ServiceManager\Exception\ServiceNotCreatedException If factory is not callable
*/
protected function createFromFactory($canonicalName, $requestedName)
{
Expand Down

0 comments on commit c3ef55c

Please sign in to comment.