/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
symfony
/
routing
/
Tests
/
Fixtures
/
AttributesFixtures
/
Upload File
HOME
<?php namespace Symfony\Component\Routing\Tests\Fixtures\AttributesFixtures; use Symfony\Component\Routing\Tests\Fixtures\Attributes\FooAttributes; #[FooAttributes( class: 'Symfony\Component\Security\Core\User\User', foo: [ 'bar' => ['foo','bar'], 'foo' ] )] class AttributesClassParamQuotedAfterParenthesisController { }