Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzor committed Jun 13, 2024
1 parent 22d2c13 commit e528658
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Classes/Domain/Model/MetadataFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class MetadataFormat extends AbstractEntity
protected $xpathSorting;

/**
<<<<<<< HEAD
* Collection of ``tx_dlf_metadatasubentries`` specified with this metadata entry.
*
* @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\Kitodo\Dlf\Domain\Model\MetadataSubentry>
Expand All @@ -70,10 +69,7 @@ class MetadataFormat extends AbstractEntity
* Whether or not the field is mandatory. Not used at the moment (originally planned to be used in METS validator).
*
* @var int
=======
* @access protected
* @var int Whether or not the field is mandatory. Not used at the moment (originally planned to be used in METS validator).
>>>>>>> master
*/
protected $mandatory;

Expand Down

0 comments on commit e528658

Please sign in to comment.