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