Skip to content

Commit 71e9b9c

Browse files
author
Igor Melnikov
committed
MAGETWO-64224: Remove usages of AttributeCache from customer module
- making inheritdoc lowercase
1 parent 9cde04b commit 71e9b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Model/Attribute.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ protected function _construct()
132132
}
133133

134134
/**
135-
* @inheritDoc
135+
* @inheritdoc
136136
*/
137137
public function afterSave()
138138
{
@@ -146,7 +146,7 @@ public function afterSave()
146146
}
147147

148148
/**
149-
* @inheritDoc
149+
* @inheritdoc
150150
*/
151151
public function afterDelete()
152152
{

0 commit comments

Comments
 (0)