We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058d510 commit 9ff2234Copy full SHA for 9ff2234
Model/Address.php
@@ -85,7 +85,7 @@ final public function __construct(
85
?string $locality = null,
86
?string $subLocality = null,
87
?Country $country = null,
88
- ?string $timezone = null
+ ?string $timezone = null,
89
) {
90
$this->providedBy = $providedBy;
91
$this->adminLevels = $adminLevels;
0 commit comments