From 3d3196e4d1e382d9445ed3bb49441f6f72ec5f3f Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Wed, 21 Jan 2026 15:40:15 +0800 Subject: add phpdoc --- src/Build/RelationshipHandler.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Build/RelationshipHandler.php') diff --git a/src/Build/RelationshipHandler.php b/src/Build/RelationshipHandler.php index 1ea3567..c17def9 100644 --- a/src/Build/RelationshipHandler.php +++ b/src/Build/RelationshipHandler.php @@ -9,6 +9,8 @@ use Symfony\Component\VarExporter\VarExporter; final class RelationshipHandler implements RegionHandler { /** + * A map of region codes to their child region codes. + * * @var array */ private array $data = []; -- cgit v1.2.3