File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,9 @@ public function then($value)
96
96
/**
97
97
* Find
98
98
*
99
- * alias for then()
99
+ * Alias for then()
100
+ *
101
+ * @access public
100
102
* @param string $value The string to be looked for
101
103
* @return VerbalExpressions
102
104
*/
@@ -473,7 +475,7 @@ public function getRegex()
473
475
/**
474
476
* Test
475
477
*
476
- * tests the match of a string to the current regex
478
+ * Tests the match of a string to the current regex
477
479
*
478
480
* @access public
479
481
* @param string $value The string to be tested
@@ -494,7 +496,7 @@ public function test($value)
494
496
/**
495
497
* Clean
496
498
*
497
- * deletes the current regex for a fresh start
499
+ * Deletes the current regex for a fresh start
498
500
*
499
501
* @access public
500
502
* @param array $options
You can’t perform that action at this time.
0 commit comments