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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Dec 15, 2013
2 parents 6c88649 + 5465f79 commit b1ba469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Storage/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public function getEventManager()
}

/**
* Trigger an pre event and return the event response collection
* Trigger a pre event and return the event response collection
*
* @param string $eventName
* @param ArrayObject $args
Expand Down
2 changes: 1 addition & 1 deletion src/StorageFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public static function resetAdapterPluginManager()
public static function pluginFactory($pluginName, $options = array())
{
if ($pluginName instanceof Storage\Plugin\PluginInterface) {
// $pluginName is already an plugin object
// $pluginName is already a plugin object
$plugin = $pluginName;
} else {
$plugin = static::getPluginManager()->get($pluginName);
Expand Down

0 comments on commit b1ba469

Please sign in to comment.