Skip to content

Commit

Permalink
Merge pull request #198 from iranianpep/analysis-8AY12G
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
iranianpep committed Jul 23, 2017
2 parents 2392236 + 75c81a7 commit 29ebdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Botonomous/AbstractConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Botonomous;

use Botonomous\plugin\help\HelpConfig;
use Botonomous\utility\ArrayUtility;
use Botonomous\utility\StringUtility;

Expand Down Expand Up @@ -60,6 +59,7 @@ public function getPluginConfigs($plugin)
{
try {
$pluginConfigObject = $this->getPluginConfigObject($plugin);

return $pluginConfigObject->getConfigs();
} catch (\Exception $e) {
throw $e;
Expand Down

0 comments on commit 29ebdf5

Please sign in to comment.