/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
symfony
/
error-handler
/
Tests
/
Fixtures
/
Upload File
HOME
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @internal */ trait InternalTrait2 { /** * @internal */ public function internalMethod() { } /** * @internal but should not trigger a deprecation */ public function usedInInternalClass() { } }