Skip to content

Commit

Permalink
Merge pull request #199 from iranianpep/analysis-qJEnZa
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
iranianpep committed Jul 24, 2017
2 parents 575bfc8 + 86b0c70 commit bcebe3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Botonomous/AbstractConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ public function get($key, $replacements = [], $plugin = null)
/**
* @param $plugin
*
* @return self
* @throws \Exception
*
* @return self
*/
private function getPluginConfigObject($plugin)
{
Expand All @@ -64,8 +65,9 @@ private function getPluginConfigObject($plugin)
/**
* @param $plugin
*
* @return array
* @throws \Exception
*
* @return array
*/
public function getPluginConfigs($plugin)
{
Expand Down

0 comments on commit bcebe3d

Please sign in to comment.