/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
symfony
/
error-handler
/
Tests
/
Fixtures
/
Upload File
HOME
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class ExtendedFinalMethod extends FinalMethod { use FinalMethod2Trait; public function finalMethod() { } public function anotherMethod() { } }