From 82ee5aee666394b2a02c45bc97952bdb0e2363e1 Mon Sep 17 00:00:00 2001 From: Chris Konnertz Date: Mon, 8 Jan 2018 00:41:06 +0100 Subject: [PATCH] Increased consistency (#31) --- src/VerbalExpressions.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/VerbalExpressions.php b/src/VerbalExpressions.php index 6407aa6..b608327 100644 --- a/src/VerbalExpressions.php +++ b/src/VerbalExpressions.php @@ -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 */ @@ -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 @@ -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