<?php

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

#[\Attribute]
class ExampleParentAttribute {

}
