Skip to content

Commit

Permalink
Adding return types
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed Jun 24, 2020
1 parent a020625 commit 0111b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class CreateProductReviewsTest extends GraphQlAbstract
/**
* @inheritdoc
*/
protected function setUp()
protected function setUp(): void
{
$objectManager = Bootstrap::getObjectManager();
$this->customerTokenService = $objectManager->get(CustomerTokenServiceInterface::class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class GetProductReviewsTest extends GraphQlAbstract
/**
* @inheritdoc
*/
protected function setUp()
protected function setUp(): void
{
$objectManager = Bootstrap::getObjectManager();
$this->customerTokenService = $objectManager->get(CustomerTokenServiceInterface::class);
Expand Down

0 comments on commit 0111b2d

Please sign in to comment.