welcome back to dyb-tech
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Doctrine\ORM\Mapping;
|
||||
|
||||
/** @deprecated Use {@see MappingAttribute} instead. */
|
||||
interface Annotation
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user