From 83df396fc9f567e152cbc7e26795e869ea141bef Mon Sep 17 00:00:00 2001 From: Remy Bos <27890746+sjokkateer@users.noreply.github.com> Date: Thu, 19 May 2022 11:14:56 +0200 Subject: [PATCH] EAV TESTS: EAVTest::testCanAddAttributeToEntity() add return type --- More/EAV/Tests/EAVTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/More/EAV/Tests/EAVTest.php b/More/EAV/Tests/EAVTest.php index 12b4efc..bb491d8 100644 --- a/More/EAV/Tests/EAVTest.php +++ b/More/EAV/Tests/EAVTest.php @@ -11,7 +11,7 @@ use PHPUnit\Framework\TestCase; class EAVTest extends TestCase { - public function testCanAddAttributeToEntity() + public function testCanAddAttributeToEntity(): void { $colorAttribute = new Attribute('color'); $colorSilver = new Value($colorAttribute, 'silver');