Skip to content

Commit 7ca7ed6

Browse files
benno5020jrfnl
authored andcommitted
Util/Common: fix typo in DocBlock
1 parent e2052af commit 7ca7ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public static function stripColors($text)
330330
/**
331331
* Returns true if the specified string is in the camel caps format.
332332
*
333-
* @param string $string The string the verify.
333+
* @param string $string The string to verify.
334334
* @param boolean $classFormat If true, check to see if the string is in the
335335
* class format. Class format strings must start
336336
* with a capital letter and contain no

0 commit comments

Comments
 (0)