Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iranianpep committed Jul 19, 2017
1 parent 395a7ce commit c63af21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Botonomous/utility/MessageUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ public function keywordPos(array $keywords, $message)
return $found;
}

/**
* @param array $keywords
* @param $message
*
* @return array|void
*/
public function keywordCount(array $keywords, $message)
{
$keysPositions = $this->keywordPos($keywords, $message);
Expand Down

0 comments on commit c63af21

Please sign in to comment.