File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
app/code/Magento/Customer Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ class AddressCachedMetadata extends CachedMetadata implements AddressMetadataInt
20
20
/**
21
21
* Constructor
22
22
*
23
- * @param AddressMetadataInterface $metadata
23
+ * @param AddressMetadata $metadata
24
24
* @param AttributeMetadataCache|null $attributeMetadataCache
25
25
*/
26
26
public function __construct (
27
- AddressMetadataInterface $ metadata ,
27
+ AddressMetadata $ metadata ,
28
28
AttributeMetadataCache $ attributeMetadataCache = null
29
29
) {
30
30
parent ::__construct ($ metadata , $ attributeMetadataCache );
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ class CustomerCachedMetadata extends CachedMetadata implements CustomerMetadataI
20
20
/**
21
21
* Constructor
22
22
*
23
- * @param CustomerMetadataInterface $metadata
23
+ * @param CustomerMetadata $metadata
24
24
* @param AttributeMetadataCache|null $attributeMetadataCache
25
25
*/
26
26
public function __construct (
27
- CustomerMetadataInterface $ metadata ,
27
+ CustomerMetadata $ metadata ,
28
28
AttributeMetadataCache $ attributeMetadataCache = null
29
29
) {
30
30
parent ::__construct ($ metadata , $ attributeMetadataCache );
Original file line number Diff line number Diff line change 374
374
<argument name =" attributeMetadataCache" xsi : type =" object" >Magento\Customer\Model\Metadata\AttributeMetadataCache\Proxy</argument >
375
375
</arguments >
376
376
</type >
377
- <type name =" Magento\Customer\Model\Metadata\CustomerCachedMetadata" >
378
- <arguments >
379
- <argument name =" metadata" xsi : type =" object" >Magento\Customer\Api\CustomerMetadataInterface\Proxy</argument >
380
- </arguments >
381
- </type >
382
- <type name =" Magento\Customer\Model\Metadata\AddressCachedMetadata" >
383
- <arguments >
384
- <argument name =" metadata" xsi : type =" object" >Magento\Customer\Api\AddressMetadataInterface\Proxy</argument >
385
- </arguments >
386
- </type >
387
377
</config >
You can’t perform that action at this time.
0 commit comments