index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t4018
/
php-final-method
blob: 537fb8ad9ae46152029deb63d279be98e9fb11e6 (
plain
) (
blame
)
1
2
3
4
5
6
7
class Klass { final public function RIGHT(): string { return 'ChangeMe'; } }