Skip to content

Commit 6384b96

Browse files
committed
29251 fix static
1 parent 7096327 commit 6384b96

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/ConfigurableProduct/Test/Unit/Helper

1 file changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Test/Unit/Helper/DataTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected function setUp(): void
5959
$objectManager->setBackwardCompatibleProperty($this->_model, 'imageUrlBuilder', $this->imageUrlBuilder);
6060
}
6161

62-
public function testGetAllowAttributes(): void
62+
public function testGetAllowAttributes()
6363
{
6464
$typeInstanceMock = $this->createMock(Configurable::class);
6565
$typeInstanceMock->expects($this->once())
@@ -82,7 +82,7 @@ public function testGetAllowAttributes(): void
8282
* @param array $data
8383
* @dataProvider getOptionsDataProvider
8484
*/
85-
public function testGetOptions(array $expected, array $data): array
85+
public function testGetOptions(array $expected, array $data)
8686
{
8787
if (count($data['allowed_products'])) {
8888
$imageHelper1 = $this->getMockBuilder(Image::class)

0 commit comments

Comments
 (0)