Skip to content

Commit

Permalink
ENGCOM-3567: Static tests fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Dec 11, 2018
1 parent ffc7593 commit 09c9d74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function setConfigData($config)
}

/**
* {@inheritdoc}
* @inheritdoc
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function getFieldMetaInfo($fieldSetName, $fieldName)
Expand All @@ -142,7 +142,7 @@ public function getFieldMetaInfo($fieldSetName, $fieldName)
}

/**
* {@inheritdoc}
* @inheritdoc
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function getFieldSetMetaInfo($fieldSetName)
Expand All @@ -151,7 +151,7 @@ public function getFieldSetMetaInfo($fieldSetName)
}

/**
* {@inheritdoc}
* @inheritdoc
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function getFieldsMetaInfo($fieldSetName)
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Sales/Model/Order/Payment/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ public function setIsClosed($isClosed)
}

/**
* {@inheritdoc}
* @inheritdoc
*
* @return \Magento\Sales\Api\Data\TransactionExtensionInterface|null
*/
Expand Down

0 comments on commit 09c9d74

Please sign in to comment.