We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c365008 commit 83df396Copy full SHA for 83df396
More/EAV/Tests/EAVTest.php
@@ -11,7 +11,7 @@
11
12
class EAVTest extends TestCase
13
{
14
- public function testCanAddAttributeToEntity()
+ public function testCanAddAttributeToEntity(): void
15
16
$colorAttribute = new Attribute('color');
17
$colorSilver = new Value($colorAttribute, 'silver');
0 commit comments