Skip to content

Commit 11155c9

Browse files
committed
MAGETWO-34253: CLONE - Postal code is still mandatory for Non-US addresses that don't use it
- Fix for static test
1 parent bd79e6d commit 11155c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
*/
1212
namespace Magento\Directory\Model\Resource\Country;
1313

14+
/**
15+
* Class Collection
16+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
17+
*/
1418
class Collection extends \Magento\Framework\Model\Resource\Db\Collection\AbstractCollection
1519
{
1620
/**
@@ -63,7 +67,6 @@ class Collection extends \Magento\Framework\Model\Resource\Db\Collection\Abstrac
6367
* @param mixed $connection
6468
* @param \Magento\Framework\Model\Resource\Db\AbstractDb $resource
6569
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
66-
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
6770
*/
6871
public function __construct(
6972
\Magento\Framework\Data\Collection\EntityFactory $entityFactory,

0 commit comments

Comments
 (0)