chore: streamline namespacing

This commit is contained in:
Björn Fromme
2026-03-16 12:02:59 +01:00
parent 1056b4fba6
commit 380b1ed329
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;