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 d0975cb commit 6a0c73bCopy full SHA for 6a0c73b
app/code/Magento/Customer/Model/Metadata/CachedMetadata.php
@@ -33,25 +33,25 @@ class CachedMetadata implements MetadataInterface
33
protected $metadata;
34
35
/**
36
- * @deplacated
+ * @deprecated
37
* @var array
38
*/
39
protected $attributeMetadataCache = [];
40
41
42
43
44
45
protected $attributesCache = [];
46
47
48
49
* @var \Magento\Customer\Api\Data\AttributeMetadataInterface[]
50
51
protected $allAttributeMetadataCache = null;
52
53
54
55
56
57
protected $customAttributesMetadataCache = null;
0 commit comments