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