Skip to content
Snippets Groups Projects
Commit 6027b66e authored by isavchuk's avatar isavchuk
Browse files

MAGETWO-62662: [GITHUB] Wrong object passed to collectRates method in...

MAGETWO-62662: [GITHUB] Wrong object passed to collectRates method in collectRatesByAddress method #7309

- Added SuppressWarnings to constructor
parent fc5477bc
Branches
No related merge requests found
......@@ -99,6 +99,8 @@ class Shipping implements RateCollectorInterface
* @param \Magento\Framework\Math\Division $mathDivision
* @param \Magento\CatalogInventory\Api\StockRegistryInterface $stockRegistry
* @param RateRequestFactory $rateRequestFactory
*
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
*/
public function __construct(
\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment