Skip to content

Commit 9ff2234

Browse files
Feature/fix php cs (#1236)
* feat: bump dev dependencies * chore: fix php cs --------- Co-authored-by: Christopher Georg <[email protected]>
1 parent 058d510 commit 9ff2234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Address.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ final public function __construct(
8585
?string $locality = null,
8686
?string $subLocality = null,
8787
?Country $country = null,
88-
?string $timezone = null
88+
?string $timezone = null,
8989
) {
9090
$this->providedBy = $providedBy;
9191
$this->adminLevels = $adminLevels;

0 commit comments

Comments
 (0)