transport-helper: drop read/write errno checks
[git.git] / t / t4018 / php-method
blob03af1a6d9d7e77ed0f70355bf953576a528c8bb0
1 class Klass
3     public static function RIGHT()
4     {
5         return 'ChangeMe';
6     }