AttributesClassParamInlineQuotedAfterParenthesisController.php 299 B

1234567891011
  1. <?php
  2. namespace Symfony\Component\Routing\Tests\Fixtures\AttributesFixtures;
  3. use Symfony\Component\Routing\Tests\Fixtures\Attributes\FooAttributes;
  4. #[FooAttributes(class: \stdClass::class,foo: ['bar' => ['foo','bar'],'foo'])]
  5. class AttributesClassParamInlineQuotedAfterParenthesisController
  6. {
  7. }