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