File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public function testCacheTagForCategoriesWithProduct()
151
151
/**
152
152
* Get Product query
153
153
*
154
- * @param string $productSku
154
+ * @param string $productSku
155
155
* @return string
156
156
*/
157
157
private function getProductQuery (string $ productSku ): string
Original file line number Diff line number Diff line change 10
10
use Magento \TestFramework \TestCase \GraphQlAbstract ;
11
11
12
12
/**
13
- * Test cart queries are note cached
13
+ * Test cart queries are not cached
14
14
*
15
15
* @magentoApiDataFixture Magento/Catalog/_files/products.php
16
16
*/
@@ -67,11 +67,11 @@ private function createEmptyCart(): string
67
67
/**
68
68
* Add simple product to the cart using the maskedQuoteId
69
69
*
70
- * @param $maskedCartId
71
- * @param $qty
72
- * @param $sku
70
+ * @param string $maskedCartId
71
+ * @param int $qty
72
+ * @param string $sku
73
73
*/
74
- private function addSimpleProductToCart ($ maskedCartId , $ qty , $ sku )
74
+ private function addSimpleProductToCart (string $ maskedCartId , int $ qty , string $ sku ): void
75
75
{
76
76
$ addProductToCartQuery =
77
77
<<<QUERY
You can’t perform that action at this time.
0 commit comments