11 lines
147 B
PHP
11 lines
147 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Doctrine\ORM\Mapping;
|
|
|
|
/** @deprecated Use {@see MappingAttribute} instead. */
|
|
interface Annotation
|
|
{
|
|
}
|