Skip to content

Commit 9cde04b

Browse files
author
Igor Melnikov
committed
MAGETWO-64224: Remove usages of AttributeCache from customer module
- fixing annotation
1 parent ed9de51 commit 9cde04b

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)