Skip to content

Commit 09c9d74

Browse files
committed
ENGCOM-3567: Static tests fixed.
1 parent ffc7593 commit 09c9d74

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)