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 957cab3 + ff8e0e0 commit 368817dCopy full SHA for 368817d
.cspell.json
@@ -43,6 +43,7 @@
43
"mins",
44
"nekudotayim",
45
"nowdoc",
46
+ "numeronym",
47
"paamayim",
48
"pcre",
49
"php's",
src/Util/Common.php
@@ -330,7 +330,7 @@ public static function stripColors($text)
330
/**
331
* Returns true if the specified string is in the camel caps format.
332
*
333
- * @param string $string The string the verify.
+ * @param string $string The string to verify.
334
* @param boolean $classFormat If true, check to see if the string is in the
335
* class format. Class format strings must start
336
* with a capital letter and contain no
0 commit comments