rector/packages-tests/BetterPhpDocParser/PhpDocInfo/PhpDocInfoPrinter/Source/Class_/some_entity_class.txt

11 lines
383 B
Plaintext

/**
* @ORM\Table(name="amenity_building", uniqueConstraints={
* @ORM\UniqueConstraint(name="building_id_amenity_id", columns={"building_id", "amenity_id"})
* })
* @ORM\DiscriminatorMap({
* "portfolio" = PortfolioBillingProfile::class,
* "user" = UserBillingProfile::class
* })
* @Gedmo\SoftDeleteable(fieldName="deletedAt", timeAware=false, hardDelete=true)
*/