repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
for-each-ref: add new option to include root refs
[git.git]
/
t
/
t4018
/
php-abstract-method
blob
ce215df75a4fee4ed55c7fff4117f57ce3a4638c
1
abstract class Klass
2
{
3
abstract public function RIGHT(): ?string
4
{
5
return 'ChangeMe';
6
}
7
}