rector/packages-tests/BetterPhpDocParser/PhpDocParser/TagValueNodeReprint/Source/Embeddable.php

14 lines
204 B
PHP

<?php
declare(strict_types=1);
namespace Rector\Tests\BetterPhpDocParser\PhpDocParser\TagValueNodeReprint\Source;
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Embeddable
*/
final class Embeddable
{
}