git/t/t4018/php-interface

5 lines
56 B
Plaintext

interface RIGHT
{
public function foo($ChangeMe);
}