/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
symfony
/
error-handler
/
Tests
/
Fixtures
/
FinalProperty
/
Upload File
HOME
<?php namespace Test\Symfony\Component\ErrorHandler\Tests\FinalProperty; class OutsideFinalProperty { /** * @final */ public $final; protected $notImplicitlyFinalBecauseNotInSymfony; /** * @final */ public $notOverriden; /** * @final */ protected $deprecated; }