Skip to content

Commit bd6d35c

Browse files
committed
8507: There is invalid type in PHPDoc block of \Magento\Framework\Data\Tree::getNodeById()
1 parent 276c690 commit bd6d35c

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Data

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Data/Tree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function getNodes()
189189
/**
190190
* Enter description here...
191191
*
192-
* @param Node $nodeId
192+
* @param string|int $nodeId
193193
* @return Node
194194
*/
195195
public function getNodeById($nodeId)

0 commit comments

Comments
 (0)