Skip to content

Commit

Permalink
Remove trait from DocumentXmlReader
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Nöhles <jan.noehles@easybill.de>
  • Loading branch information
BolZer committed Jun 10, 2024
1 parent 98dffca commit 8a76e69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DocumentXmlReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

final class DocumentXmlReader
{
use ReformatXmlTrait;

public function __construct(private SerializerInterface $serializer) {}

public function read(string $xml): ReaderResult
Expand Down

0 comments on commit 8a76e69

Please sign in to comment.