mirror of
https://github.com/git/git.git
synced 2024-11-15 14:03:12 +01:00
8 lines
85 B
Plaintext
8 lines
85 B
Plaintext
|
trait RIGHT
|
||
|
{
|
||
|
public function foo($ChangeMe)
|
||
|
{
|
||
|
return 'foo';
|
||
|
}
|
||
|
}
|