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 db66078 commit dc6e12aCopy full SHA for dc6e12a
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/NewCategoryDataProvider.php
@@ -55,7 +55,7 @@ public function __construct(
55
* @return array
56
* @since 101.0.0
57
*/
58
- public function getData(): array
+ public function getData()
59
{
60
$this->data = array_replace_recursive(
61
$this->data,
@@ -83,7 +83,7 @@ public function getData(): array
83
84
85
86
- public function getMeta(): array
+ public function getMeta()
87
88
$this->meta = [
89
'data' => [
0 commit comments