mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
Fix comment
This commit is contained in:
parent
5d78869de0
commit
35b60d7562
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue