Skip to content

Commit f41db4e

Browse files
committed
Update doc block
Signed-off-by: Denis Kopylov <dkopylov@magenius.team>
1 parent 827fdbf commit f41db4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/static/framework/Magento/CodeMessDetector/Rule/UnusedCode/UnusedFormalParameter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ private function removeVariablesUsedInPlugins(AbstractNode $node)
6969
/**
7070
* Check if the first part of function fully qualified name is equal to $name
7171
*
72+
* getImage and getName are equal. getImage used prior to usage in phpmd source
73+
*
7274
* @param MethodNode $node
7375
* @param string $name
7476
* @return boolean

0 commit comments

Comments
 (0)