We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f068628 + 93654d8 commit 6f8ef25Copy full SHA for 6f8ef25
src/Entity/Subdivision.php
@@ -66,12 +66,12 @@ public function getName(): string
66
return $this->subdivision->getName();
67
}
68
69
- public function getLocalName(): string
+ public function getLocalName(): ?string
70
{
71
return $this->subdivision->getLocalName();
72
73
74
- public function getIsoCode(): string
+ public function getIsoCode(): ?string
75
76
return $this->subdivision->getIsoCode();
77
0 commit comments