Skip to content

Commit 82ee5ae

Browse files
chriskonnertzmihai-vlc
authored andcommitted
Increased consistency (#31)
1 parent 708cfdd commit 82ee5ae

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/VerbalExpressions.php

+5-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)