Sign in
code
/
git
/
7f475e2780fe3bf753372af9e8f33cff5df2e589
/
.
/
t
/
t4018
/
php-trait
blob: 65b8c82a616330864ca1bf6faf506ada156c4428 [
file
]
trait RIGHT
{
public
function
foo
(
$ChangeMe
)
{
return
'foo'
;
}
}