We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1dbff5 commit ecac1bbCopy full SHA for ecac1bb
app/code/Magento/Directory/Model/Resource/Country/Collection.php
@@ -62,6 +62,7 @@ class Collection extends \Magento\Framework\Model\Resource\Db\Collection\Abstrac
62
* @param mixed $connection
63
* @param \Magento\Framework\Model\Resource\Db\AbstractDb $resource
64
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
65
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
66
*/
67
public function __construct(
68
\Magento\Framework\Data\Collection\EntityFactory $entityFactory,
0 commit comments