Skip to content

Commit 9ca1c41

Browse files
authored
HQD-69: fix Customer for 8.4 (#115)
1 parent 53a3976 commit 9ca1c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/customer/Customer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Customer implements CustomerInterface
3737
*/
3838
protected $sellers = [];
3939

40-
public function __construct($id, $login, CustomerInterface $seller = null)
40+
public function __construct($id, $login, ?CustomerInterface $seller = null)
4141
{
4242
$this->id = $id;
4343
$this->login = $login;

0 commit comments

Comments
 (0)