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 d466dc7 commit 0ecf795Copy full SHA for 0ecf795
app/code/Magento/UrlRewrite/Model/UrlRewrite.php
@@ -38,6 +38,7 @@
38
* @method UrlRewrite setDescription($value)
39
* @api
40
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
41
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
42
*/
43
class UrlRewrite extends AbstractModel
44
{
@@ -79,7 +80,6 @@ class UrlRewrite extends AbstractModel
79
80
* @param EventManager|null $eventManager
81
* @param UrlFinderInterface|null $urlFinder
82
* @param array $entityToCacheTagMap
- * @SuppressWarnings(PHPMD.LongParameterList)
83
84
public function __construct(
85
Context $context,
0 commit comments