git/t/t4018/php-trait

8 lines
85 B
Plaintext

trait RIGHT
{
public function foo($ChangeMe)
{
return 'foo';
}
}