/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
symfony
/
error-handler
/
Tests
/
Fixtures
/
Upload File
HOME
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; trait TraitWithAnnotatedParameters { /** * `@param` annotations in traits are not parsed. */ public function isSymfony() { } }