Skip to content

Commit 656c431

Browse files
ENGCOM-3567: Clean code #18124
- Merge Pull Request #18124 from hryvinskyi/magento2:PR-port-1 - Merged commits: 1. 1e4dd7d 2. 46fdf6d 3. 1b5f7c5 4. 7aeb3be 5. cdd19a6 6. 9dc3345 7. 1ce85bb 8. ffc7593 9. 09c9d74
2 parents 2eb1033 + 09c9d74 commit 656c431

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/ReleaseNotification/Ui/DataProvider/NotificationDataProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function setConfigData($config)
133133
}
134134

135135
/**
136-
* {@inheritdoc}
136+
* @inheritdoc
137137
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
138138
*/
139139
public function getFieldMetaInfo($fieldSetName, $fieldName)
@@ -142,7 +142,7 @@ public function getFieldMetaInfo($fieldSetName, $fieldName)
142142
}
143143

144144
/**
145-
* {@inheritdoc}
145+
* @inheritdoc
146146
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
147147
*/
148148
public function getFieldSetMetaInfo($fieldSetName)
@@ -151,7 +151,7 @@ public function getFieldSetMetaInfo($fieldSetName)
151151
}
152152

153153
/**
154-
* {@inheritdoc}
154+
* @inheritdoc
155155
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
156156
*/
157157
public function getFieldsMetaInfo($fieldSetName)

app/code/Magento/Sales/Model/Order/Payment/Transaction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ public function setIsClosed($isClosed)
982982
}
983983

984984
/**
985-
* {@inheritdoc}
985+
* @inheritdoc
986986
*
987987
* @return \Magento\Sales\Api\Data\TransactionExtensionInterface|null
988988
*/

0 commit comments

Comments
 (0)