Skip to content

Commit a617e64

Browse files
committed
Revert "Added return type to testmethod"
This reverts commit a48498f.
1 parent 9c600b4 commit a617e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Test/Unit/Model/Entity/AttributeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected function tearDown(): void
4646
/**
4747
* @return void
4848
*/
49-
public function testGetStoreLabel(): void
49+
public function testGetStoreLabel()
5050
{
5151
$objectManager = new ObjectManager($this);
5252
$storeMock = $this->createMock(StoreInterface::class);

0 commit comments

Comments
 (0)