We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b2870d + 368817d commit 02bb351Copy full SHA for 02bb351
.cspell.json
@@ -41,6 +41,7 @@
41
"mins",
42
"nekudotayim",
43
"nowdoc",
44
+ "numeronym",
45
"paamayim",
46
"pcre",
47
"php's",
src/Util/Common.php
@@ -339,7 +339,7 @@ public static function stripColors($text)
339
/**
340
* Returns true if the specified string is in the camel caps format.
341
*
342
- * @param string $string The string the verify.
+ * @param string $string The string to verify.
343
* @param boolean $classFormat If true, check to see if the string is in the
344
* class format. Class format strings must start
345
* with a capital letter and contain no
0 commit comments