/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
mockery
/
mockery
/
tests
/
Fixture
/
PHP83
/
Upload File
HOME
<?php namespace Fixture\PHP83; trait Traits { const string BAR = Enums::FOO; public function foo(): string { return Interfaces::BAR; } }