Skip to content

Commit a8e5de8

Browse files
author
Joan He
committed
MAGETWO-90632: DHL Shipping Method not available
- Fix static test failure
1 parent be50fc3 commit a8e5de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Dhl/Model/Carrier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class Carrier extends \Magento\Dhl\Model\AbstractDhl implements \Magento\Shippin
232232
* @param \Magento\Framework\Stdlib\DateTime $dateTime
233233
* @param \Magento\Framework\HTTP\ZendClientFactory $httpClientFactory
234234
* @param array $data
235-
* @param \Magento\Dhl\Model\Validator\XmlValidatorFactory $xmlValidatorFactory
235+
* @param \Magento\Dhl\Model\Validator\XmlValidator $xmlValidator
236236
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
237237
*/
238238
public function __construct(

0 commit comments

Comments
 (0)