File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Review Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class CreateProductReviewsTest extends GraphQlAbstract
45
45
/**
46
46
* @inheritdoc
47
47
*/
48
- protected function setUp ()
48
+ protected function setUp (): void
49
49
{
50
50
$ objectManager = Bootstrap::getObjectManager ();
51
51
$ this ->customerTokenService = $ objectManager ->get (CustomerTokenServiceInterface::class);
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class GetProductReviewsTest extends GraphQlAbstract
43
43
/**
44
44
* @inheritdoc
45
45
*/
46
- protected function setUp ()
46
+ protected function setUp (): void
47
47
{
48
48
$ objectManager = Bootstrap::getObjectManager ();
49
49
$ this ->customerTokenService = $ objectManager ->get (CustomerTokenServiceInterface::class);
You can’t perform that action at this time.
0 commit comments