Skip to content

Commit dc6e12a

Browse files
committed
Rollback BIC
Signed-off-by: Denis Kopylov <[email protected]>
1 parent db66078 commit dc6e12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/NewCategoryDataProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct(
5555
* @return array
5656
* @since 101.0.0
5757
*/
58-
public function getData(): array
58+
public function getData()
5959
{
6060
$this->data = array_replace_recursive(
6161
$this->data,
@@ -83,7 +83,7 @@ public function getData(): array
8383
* @return array
8484
* @since 101.0.0
8585
*/
86-
public function getMeta(): array
86+
public function getMeta()
8787
{
8888
$this->meta = [
8989
'data' => [

0 commit comments

Comments
 (0)