Skip to content

Commit acfdcff

Browse files
committed
34569: Fix Magento OS codebase for Integration Tests to be compatible with PHP 8.1
- rollback type annotation
1 parent 649ce83 commit acfdcff

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images/Tree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function getRootNodeName()
138138
/**
139139
* Return tree node full path based on current path
140140
*
141-
* @return string[]
141+
* @return string
142142
*/
143143
public function getTreeCurrentPath()
144144
{

0 commit comments

Comments
 (0)