1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 08:12:40 +01:00

Fix comment

This commit is contained in:
vrana 2012-06-02 10:09:23 -07:00
parent 5d78869de0
commit 35b60d7562

View file

@ -150,7 +150,7 @@ abstract class ArcanistXHPASTLintNamingHook {
* @{method:isLowercaseWithUnderscores}. * @{method:isLowercaseWithUnderscores}.
* *
* @param string Symbol name. * @param string Symbol name.
* @return bool True if the symbol is UpperCamelCase. * @return string Stripped symbol.
* @task util * @task util
*/ */
public static function stripPHPVariable($symbol) { public static function stripPHPVariable($symbol) {