Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
t4018
/
php-final-method
Code
Commits
Pulls
CI/CD
82,037
test
bisect
jch
maint
master
next
seen
test
todo
text
7 lines
97 Bytes
Copy permalink
Copy
Raw
1
class Klass
2
{
3
final public function RIGHT(): string
4
{
5
return 'ChangeMe';
6
}
7
}