Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/iranianpep/botonomous
Browse files Browse the repository at this point in the history
  • Loading branch information
iranianpep committed Nov 13, 2017
2 parents 573522b + 24b43ef commit 664e6c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Botonomous/CommandExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class CommandExtractor

/**
* @param string $message
*
* @return Command|null|void
*/
public function getCommandByMessage(string $message)
Expand Down
6 changes: 3 additions & 3 deletions src/Botonomous/utility/StringUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private function getFindPattern(string $toFind, string $wordBoundary): string
/**
* @param string $toFind
* @param string $subject
* @param bool $wordBoundary If true $toFind is searched with word boundaries
* @param bool $wordBoundary If true $toFind is searched with word boundaries
*
* @return bool
*/
Expand All @@ -64,7 +64,7 @@ public function findInString(string $toFind, string $subject, bool $wordBoundary
/**
* @param string $toFind
* @param string $subject
* @param bool $wordBoundary
* @param bool $wordBoundary
*
* @return mixed
*/
Expand Down Expand Up @@ -99,7 +99,7 @@ public function snakeCaseToCamelCase(string $string)
* @param string $subject
* @param string $string1
* @param string $string2
* @param array $exceptions
* @param array $exceptions
*
* @return bool
*/
Expand Down

0 comments on commit 664e6c1

Please sign in to comment.