]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4018/php-trait
Merge branch 'di/readme-markup-fix'
[thirdparty/git.git] / t / t4018 / php-trait
CommitLineData
1ab63164
KN
1trait RIGHT
2{
3 public function foo($ChangeMe)
4 {
5 return 'foo';
6 }
7}