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.
1 parent f068628 commit 93654d8Copy full SHA for 93654d8
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