Skip to content

Commit

Permalink
Merge pull request #178 from iranianpep/analysis-zdvNo9
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
iranianpep committed Jun 20, 2017
2 parents 32b362f + 59d2fc5 commit 96e6dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/Botonomous/Slackbot.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,13 @@ public function respond($message = null)
}

/**
* Get plugin class by command
* Get plugin class by command.
*
* @param Command $command
*
* @return AbstractPlugin
* @throws \Exception
*
* @return AbstractPlugin
*/
private function getPluginClassByCommand(Command $command)
{
Expand Down
2 changes: 0 additions & 2 deletions src/Botonomous/utility/LoggerUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ private function getMonologConfigFileName()
if (isset($monologConfig['handlers']['file']['fileName'])) {
return $monologConfig['handlers']['file']['fileName'];
}

return;
}

/**
Expand Down

0 comments on commit 96e6dfd

Please sign in to comment.