Skip to content

Commit 2b04c3a

Browse files
HP-1631: fixed Customer
1 parent d54f6d9 commit 2b04c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/customer/Customer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Customer implements CustomerInterface
4040
/**
4141
* @var string|null
4242
*/
43-
protected ?string $state;
43+
protected ?string $state = null;
4444

4545
public function __construct($id, $login, CustomerInterface $seller = null, ?string $state = null)
4646
{

0 commit comments

Comments
 (0)