<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @method string classMethod() */ class VirtualClass { use VirtualTrait; }