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 827fdbf commit f41db4eCopy full SHA for f41db4e
dev/tests/static/framework/Magento/CodeMessDetector/Rule/UnusedCode/UnusedFormalParameter.php
@@ -69,6 +69,8 @@ private function removeVariablesUsedInPlugins(AbstractNode $node)
69
/**
70
* Check if the first part of function fully qualified name is equal to $name
71
*
72
+ * getImage and getName are equal. getImage used prior to usage in phpmd source
73
+ *
74
* @param MethodNode $node
75
* @param string $name
76
* @return boolean
0 commit comments