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

11 lines
382 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)
*/