Skip to content

Commit

Permalink
Merge branch 'master' into feature/ps-10211/dev-configurable-bundle-z…
Browse files Browse the repository at this point in the history
…ed-gui
  • Loading branch information
dmiseev committed Nov 27, 2019
2 parents 125ea55 + 645c8f1 commit 0109182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public function testRemoveProductListDeletesProductList(): void
/**
* @return void
*/
public function testGetProductConcreteIdsByProductListIds()
public function testGetProductConcreteIdsByProductListIds(): void
{
// Arrange
$productTransfer = $this->tester->haveProduct();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ProductListRestrictionFilterTest extends Unit
protected $tester;

/**
* @var \PHPUnit\Framework\MockObject\MockObject
* @var \Spryker\Zed\ProductList\Business\ProductList\ProductListReaderInterface|\PHPUnit\Framework\MockObject\MockObject
*/
protected $productListReaderMock;

Expand Down Expand Up @@ -185,7 +185,7 @@ protected function createProductListRestrictionFilter(): ProductListRestrictionF
}

/**
* @return \PHPUnit\Framework\MockObject\MockObject
* @return \Spryker\Zed\ProductList\Business\ProductList\ProductListReaderInterface|\PHPUnit\Framework\MockObject\MockObject
*/
protected function createProductListReaderMock(): MockObject
{
Expand Down

0 comments on commit 0109182

Please sign in to comment.