We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3291289 commit 680a015Copy full SHA for 680a015
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/QuantityTest.php
@@ -3,7 +3,6 @@
3
* Copyright © 2016 Magento. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
-
7
namespace Magento\CatalogImportExport\Test\Unit\Model\Import\Product\Validator;
8
9
use Magento\CatalogImportExport\Model\Import\Product;
@@ -14,7 +13,9 @@
14
13
15
class QuantityTest extends \PHPUnit_Framework_TestCase
16
{
17
- /** @var Quantity */
+ /**
+ * @var Quantity
18
+ */
19
private $quantity;
20
21
protected function setUp()
0 commit comments