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

Commit

Permalink
Merge branch 'useStatementFixes' of https://github.com/marc-mabe/zf2
Browse files Browse the repository at this point in the history
…into hotfix/import-fixes
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StorageFactory.php
Expand Up @@ -205,7 +205,7 @@ public static function resetAdapterBroker()
*/
public static function pluginFactory($pluginName, $options = array())
{
if ($pluginName instanceof Storage\Plugin) {
if ($pluginName instanceof Storage\Plugin\PluginInterface) {
// $pluginName is already an plugin object
$plugin = $pluginName;
} else {
Expand Down

0 comments on commit f7ed984

Please sign in to comment.