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 d54f6d9 commit 2b04c3aCopy full SHA for 2b04c3a
src/customer/Customer.php
@@ -40,7 +40,7 @@ class Customer implements CustomerInterface
40
/**
41
* @var string|null
42
*/
43
- protected ?string $state;
+ protected ?string $state = null;
44
45
public function __construct($id, $login, CustomerInterface $seller = null, ?string $state = null)
46
{
0 commit comments