index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t4018
/
php-method
blob: 03af1a6d9d7e77ed0f70355bf953576a528c8bb0 (
plain
)
1
2
3
4
5
6
7
class Klass
{
public static function RIGHT()
{
return 'ChangeMe';
}
}