Domain/Sequence/Interfaces/RestrictionEnzymeInterface.php 1

Type Line Description
TODO 50 : penser à faire une factory

Domain/Sequence/Interfaces/SequenceAlignmentInterface.php 1

Type Line Description
TODO 21 : length doit représenter la totalité des séquences

Domain/Sequence/Service/SequenceAlignmentManager.php 6

Type Line Description
TODO 363 Sequence::getSeqLength() can now return null (nullable typing). No guard is applied here yet: a business decision is pending (throw an explicit exception when the value is missing, vs treat the absence as a valid business case).
TODO 409 Sequence::getStart()/getEnd()/getSeqLength() can now return null (nullable typing). No guard is applied here yet: a business decision is pending (throw an explicit exception when the value is missing, vs treat the absence as a valid business case).
TODO 459 Sequence::getSeqLength()/getStart() can now return null (nullable typing). No guard is applied here yet: a business decision is pending (throw an explicit exception when the value is missing, vs treat the absence as a valid business case).
TODO 634 Sequence::getSeqLength() can now return null (nullable typing). No guard is applied here yet: a business decision is pending (throw an explicit exception when the value is missing, vs treat the absence as a valid business case).
TODO 674 Sequence::getSeqLength() can now return null (nullable typing). No guard is applied here yet: a business decision is pending (throw an explicit exception when the value is missing, vs treat the absence as a valid business case).
TODO 747 Sequence::getStart()/getEnd()/getSeqLength() can now return null (nullable typing). No guard is applied here yet: a business decision is pending (throw an explicit exception when the value is missing, vs treat the absence as a valid business case).