Add void return type hint even in tests

This commit is contained in:
Fabien Potencier
2026-07-12 13:43:08 +02:00
parent 71badee960
commit 9c6d76b61c
129 changed files with 697 additions and 736 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ use Twig\Test\NodeTestCase;
class BlockReferenceTest extends NodeTestCase
{
public function testConstructor()
public function testConstructor(): void
{
$node = new BlockReferenceNode('foo', 1);