Skip to content
Snippets Groups Projects
Commit de3d3b6d authored by Maxim Shikula's avatar Maxim Shikula
Browse files

MAGETWO-34878: PR and cleanup

parent 298d04f0
No related merge requests found
......@@ -15,6 +15,7 @@ use Magento\Sales\Api\Data\ShipmentItemInterface;
/**
* @method \Magento\Sales\Model\Resource\Order\Shipment\Item _getResource()
* @method \Magento\Sales\Model\Resource\Order\Shipment\Item getResource()
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class Item extends AbstractExtensibleModel implements ShipmentItemInterface
{
......
......@@ -291,7 +291,7 @@ class AddCommentTest extends \PHPUnit_Framework_TestCase
/**
* Test execute exception
*
*@return void
* @return void
*/
public function testExecuteException()
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment