chore: streamline namespacing

This commit is contained in:
Björn Fromme
2026-01-30 16:10:29 +01:00
parent ee3b1f47a7
commit 0aa4bb5055
3 changed files with 3 additions and 1 deletions
@@ -5,6 +5,7 @@ declare(strict_types=1);
namespace App\BusProNet\XmlParser;
use App\BusProNet\Model\AgeConstraintResult;
use App\BusProNet\XmlParser\Contract\AgeConstraintParserInterface;
/**
* Registry for managing and executing age constraint parsers.
@@ -5,6 +5,7 @@ declare(strict_types=1);
namespace App\BusProNet\XmlParser;
use App\BusProNet\Model\AgeConstraintResult;
use App\BusProNet\XmlParser\Contract\AgeConstraintParserInterface;
/**
* Parser for birth year constraint data in JG:YYYY-YYYY format.
@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace App\BusProNet\XmlParser;
namespace App\BusProNet\XmlParser\Contract;
use App\BusProNet\Model\AgeConstraintResult;