Skip to content

Commit

Permalink
Merge pull request #194 from iranianpep/scrutinizer-patch-7
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
iranianpep committed Jul 18, 2017
2 parents 3fb70f1 + 56bedbd commit 395a7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Botonomous/CommandExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function countKeywordOccurrence($message)

/**
* @param Command $command
* @param $message
* @param string $message
*
* @return array|void
*/
Expand All @@ -88,7 +88,7 @@ private function commandKeywordOccurrence(Command $command, $message)
/**
* @param $message
*
* @return string
* @return Command|null
*/
private function getCommandObjectByMessage($message)
{
Expand Down

0 comments on commit 395a7ce

Please sign in to comment.