<?php

namespace Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Attribute;

#[\Attribute]
final class AttributeClass
{
}
