11 lines
121 B
PHP
Executable File
11 lines
121 B
PHP
Executable File
<?php
|
|
|
|
namespace Symfony\Component\Debug\Tests\Fixtures;
|
|
|
|
/**
|
|
* @method string traitMethod()
|
|
*/
|
|
trait VirtualTrait
|
|
{
|
|
}
|