Skip to content

Commit a48498f

Browse files
authored
Added return type to testmethod
1 parent 40a7f2a commit a48498f

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()
49+
public function testGetStoreLabel(): void
5050
{
5151
$objectManager = new ObjectManager($this);
5252
$storeMock = $this->createMock(StoreInterface::class);

0 commit comments

Comments
 (0)