Skip to content

Commit c2a8eff

Browse files
committed
MC-33761: [2.4][php7.4] TypeResolver determine types incorrectly if reflection order changed
1 parent b90fffb commit c2a8eff

File tree

1 file changed

+0
-8
lines changed
  • app/code/Magento/Catalog/etc

1 file changed

+0
-8
lines changed

app/code/Magento/Catalog/etc/di.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -672,14 +672,6 @@
672672
<item name="store" xsi:type="string">Magento\Store\Model\StoreScopeProvider</item>
673673
</item>
674674
</item>
675-
<item name="Magento\Catalog\Api\Data\CategoryTreeInterface" xsi:type="array">
676-
<item name="entityTableName" xsi:type="string">catalog_category_entity</item>
677-
<item name="eavEntityType" xsi:type="string">catalog_category</item>
678-
<item name="identifierField" xsi:type="string">entity_id</item>
679-
<item name="entityContext" xsi:type="array">
680-
<item name="store" xsi:type="string">Magento\Store\Model\StoreScopeProvider</item>
681-
</item>
682-
</item>
683675
<item name="Magento\Catalog\Api\Data\CategoryLinkInterface" xsi:type="array">
684676
<item name="entityTableName" xsi:type="string">catalog_category_product</item>
685677
<item name="identifierField" xsi:type="string">entity_id</item>

0 commit comments

Comments
 (0)