Skip to content

Commit de3d3b6

Browse files
committed
MAGETWO-34878: PR and cleanup
1 parent 298d04f commit de3d3b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Sales/Model/Order/Shipment/Item.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
/**
1616
* @method \Magento\Sales\Model\Resource\Order\Shipment\Item _getResource()
1717
* @method \Magento\Sales\Model\Resource\Order\Shipment\Item getResource()
18+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1819
*/
1920
class Item extends AbstractExtensibleModel implements ShipmentItemInterface
2021
{

app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Invoice/AddCommentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public function testExecuteModelException()
291291
/**
292292
* Test execute exception
293293
*
294-
*@return void
294+
* @return void
295295
*/
296296
public function testExecuteException()
297297
{

0 commit comments

Comments
 (0)