<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @method string traitMethod() */ trait VirtualTrait { }