mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 20:36:33 +00:00
Add void return type hint even in tests
This commit is contained in:
@@ -25,7 +25,7 @@ use Twig\Test\NodeTestCase;
|
||||
|
||||
class BlockReferenceTest extends NodeTestCase
|
||||
{
|
||||
public function testConstructor()
|
||||
public function testConstructor(): void
|
||||
{
|
||||
$node = new BlockReferenceNode('foo', 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user