D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
symfony
/
debug
/
Tests
/
Fixtures
/
Filename :
TraitWithAnnotatedParameters.php
back
Copy
<?php namespace Symfony\Component\Debug\Tests\Fixtures; trait TraitWithAnnotatedParameters { /** * `@param` annotations in traits are not parsed. */ public function isSymfony() { } }