Skip to content

Commit ae56a9f

Browse files
committed
Fixed php7.3 compatibility
1 parent 108eccb commit ae56a9f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Console/Command/CheckExistingAddresses.php

+9-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,16 @@
1111

1212
class CheckExistingAddresses extends Command
1313
{
14-
private CollectionFactory $quoteAddressCollectionFactory;
15-
private AddressValidationInterface $addressValidation;
14+
/**
15+
* @var CollectionFactory
16+
*/
17+
private $quoteAddressCollectionFactory;
1618

19+
/**
20+
* @var AddressValidationInterface
21+
*/
22+
private $addressValidation;
23+
1724
public function __construct(
1825
CollectionFactory $quoteAddressCollectionFactory,
1926
AddressValidationInterface $addressValidation

0 commit comments

Comments
 (0)