Skip to content

Commit 02bb351

Browse files
committed
Merge branch 'master' into 4.x
2 parents 0b2870d + 368817d commit 02bb351

File tree

3 files changed

+419
-46
lines changed

3 files changed

+419
-46
lines changed

.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"mins",
4242
"nekudotayim",
4343
"nowdoc",
44+
"numeronym",
4445
"paamayim",
4546
"pcre",
4647
"php's",

src/Util/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public static function stripColors($text)
339339
/**
340340
* Returns true if the specified string is in the camel caps format.
341341
*
342-
* @param string $string The string the verify.
342+
* @param string $string The string to verify.
343343
* @param boolean $classFormat If true, check to see if the string is in the
344344
* class format. Class format strings must start
345345
* with a capital letter and contain no

0 commit comments

Comments
 (0)