File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 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)
9696 /**
9797 * Find
9898 *
99- * alias for then()
99+ * Alias for then()
100+ *
101+ * @access public
100102 * @param string $value The string to be looked for
101103 * @return VerbalExpressions
102104 */
@@ -473,7 +475,7 @@ public function getRegex()
473475 /**
474476 * Test
475477 *
476- * tests the match of a string to the current regex
478+ * Tests the match of a string to the current regex
477479 *
478480 * @access public
479481 * @param string $value The string to be tested
@@ -494,7 +496,7 @@ public function test($value)
494496 /**
495497 * Clean
496498 *
497- * deletes the current regex for a fresh start
499+ * Deletes the current regex for a fresh start
498500 *
499501 * @access public
500502 * @param array $options
You can’t perform that action at this time.
0 commit comments