Merge branch 'sg/test-bool-env'
[git] / t / t4018 / php-trait
CommitLineData
1ab63164
KN
1trait RIGHT
2{
3 public function foo($ChangeMe)
4 {
5 return 'foo';
6 }
7}