]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4018/php-method
Merge branch 'dl/config-alias-doc'
[thirdparty/git.git] / t / t4018 / php-method
CommitLineData
9992fbd7
KN
1class Klass
2{
3 public static function RIGHT()
4 {
5 return 'ChangeMe';
6 }
7}