depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
git
/
t
/
t4018
/
php-trait
blob: 65b8c82a616330864ca1bf6faf506ada156c4428 (
plain
) (
tree
)
1b593e1ea4d2
1
2
3
4
5
6
7
trait RIGHT
{
public function foo($ChangeMe)
{
return 'foo';
}
}