Sign in
code
/
git
/
c8d76f7325e75c6f0549fce29ea4f3d97eb079cb
/
.
/
t
/
t4018
/
php-abstract-method
blob: ce215df75a4fee4ed55c7fff4117f57ce3a4638c [
file
] [
log
] [
blame
]
abstract
class
Klass
{
abstract
public
function
RIGHT
():
?
string
{
return
'ChangeMe'
;
}
}