diff options
| author | Zhineng Li <[email protected]> | 2026-01-21 15:40:15 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-01-21 15:40:15 +0800 |
| commit | 3d3196e4d1e382d9445ed3bb49441f6f72ec5f3f (patch) | |
| tree | 3b9b9015cb4d7cb18e3ad8551a6091cde630e7a8 /src/Build | |
| parent | 55166c90895cc991e16d8a3baa0c9a56d3262174 (diff) | |
| download | region-china-3d3196e4d1e382d9445ed3bb49441f6f72ec5f3f.tar.gz region-china-3d3196e4d1e382d9445ed3bb49441f6f72ec5f3f.zip | |
add phpdoc
Diffstat (limited to 'src/Build')
| -rw-r--r-- | src/Build/RelationshipHandler.php | 2 |
1 files changed, 2 insertions, 0 deletions
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<string, int[]> */ private array $data = []; |
