Skip to content

Commit

Permalink
Merge pull request #180 from iranianpep/scrutinizer-patch-5
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
iranianpep committed Jul 13, 2017
2 parents 7252577 + 58d21ba commit 9835e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Botonomous/Slackbot.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ private function getPluginClassByCommand(Command $command)
*
* @throws \Exception
*
* @return bool|Command
* @return Command
*/
public function getCommandByMessage($message = null)
{
Expand Down Expand Up @@ -306,7 +306,7 @@ public function getCommandByMessage($message = null)
/**
* Validate the command object.
*
* @param $commandObject
* @param Command|null $commandObject
* @param $command
*
* @throws \Exception
Expand Down

0 comments on commit 9835e7c

Please sign in to comment.