Skip to content

Commit 4345dd4

Browse files
committed
MAGETWO-36377: Magento\Quote\Api\GuestCartRepositoryInterface
- fixed param
1 parent 3ea9372 commit 4345dd4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartRepositoryTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77

88
namespace Magento\Quote\Test\Unit\Model\GuestCart;
99

10-
use \Magento\Quote\Model\QuoteRepository;
11-
1210
class GuestCartRepositoryTest extends \PHPUnit_Framework_TestCase
1311
{
1412
/**
15-
* @var QuoteRepository
13+
* @var \Magento\Quote\Model\GuestCart\GuestCartRepository
1614
*/
1715
protected $model;
1816

0 commit comments

Comments
 (0)