<?php

declare(strict_types=1);

namespace Doctrine\ORM\Mapping;

/** A marker interface for mapping attributes. */
interface MappingAttribute
{
}
