Skip to content

Commit

Permalink
Increased consistency (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskonnertz authored and mihai-vlc committed Jan 7, 2018
1 parent 708cfdd commit 82ee5ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/VerbalExpressions.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ public function then($value)
/**
* Find
*
* alias for then()
* Alias for then()
*
* @access public
* @param string $value The string to be looked for
* @return VerbalExpressions
*/
Expand Down Expand Up @@ -473,7 +475,7 @@ public function getRegex()
/**
* Test
*
* tests the match of a string to the current regex
* Tests the match of a string to the current regex
*
* @access public
* @param string $value The string to be tested
Expand All @@ -494,7 +496,7 @@ public function test($value)
/**
* Clean
*
* deletes the current regex for a fresh start
* Deletes the current regex for a fresh start
*
* @access public
* @param array $options
Expand Down

0 comments on commit 82ee5ae

Please sign in to comment.