Skip to content

Commit 83df396

Browse files
committed
EAV TESTS: EAVTest::testCanAddAttributeToEntity() add return type
1 parent c365008 commit 83df396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

More/EAV/Tests/EAVTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class EAVTest extends TestCase
1313
{
14-
public function testCanAddAttributeToEntity()
14+
public function testCanAddAttributeToEntity(): void
1515
{
1616
$colorAttribute = new Attribute('color');
1717
$colorSilver = new Value($colorAttribute, 'silver');

0 commit comments

Comments
 (0)