File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Directory/Model/Resource/Country Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11
11
*/
12
12
namespace Magento \Directory \Model \Resource \Country ;
13
13
14
+ /**
15
+ * Class Collection
16
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
17
+ */
14
18
class Collection extends \Magento \Framework \Model \Resource \Db \Collection \AbstractCollection
15
19
{
16
20
/**
@@ -63,7 +67,6 @@ class Collection extends \Magento\Framework\Model\Resource\Db\Collection\Abstrac
63
67
* @param mixed $connection
64
68
* @param \Magento\Framework\Model\Resource\Db\AbstractDb $resource
65
69
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
66
- * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
67
70
*/
68
71
public function __construct (
69
72
\Magento \Framework \Data \Collection \EntityFactory $ entityFactory ,
You can’t perform that action at this time.
0 commit comments