Skip to content

Commit ecac1bb

Browse files
committed
MAGETWO-34253: CLONE - Postal code is still mandatory for Non-US addresses that don't use it
- Fix for "The class Collection has a coupling between objects value of 14. Consider to reduce the number of dependencies under 13"
1 parent b1dbff5 commit ecac1bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Directory/Model/Resource/Country/Collection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class Collection extends \Magento\Framework\Model\Resource\Db\Collection\Abstrac
6262
* @param mixed $connection
6363
* @param \Magento\Framework\Model\Resource\Db\AbstractDb $resource
6464
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
65+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
6566
*/
6667
public function __construct(
6768
\Magento\Framework\Data\Collection\EntityFactory $entityFactory,

0 commit comments

Comments
 (0)