Skip to content

Commit

Permalink
Make LineItem final
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Maria Valera Reales <chemaclass@outlook.es>
  • Loading branch information
Jaimies and Chemaclass committed Nov 9, 2022
1 parent ac0c9ee commit ba9af0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LineItem.php
Expand Up @@ -6,7 +6,7 @@

use EdifactParser\Segments\SegmentInterface;

class LineItem
final class LineItem
{
use HasRetrievableSegments;

Expand Down

0 comments on commit ba9af0d

Please sign in to comment.