Skip to content

Commit aaf473c

Browse files
committed
fix test eclaration
1 parent 81fb2ba commit aaf473c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/DQLFunctionTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ abstract class DQLFunctionTest extends TestCase
1717
/** @var EntityManagerMock */
1818
protected $em;
1919

20-
public function setUp()
20+
public function setUp(): void
2121
{
2222
$this->em = $this->getEntityManagerInstanceMock();
2323
}
2424

25-
public function tearDown()
25+
public function tearDown(): void
2626
{
2727
unset($this->em);
2828
}

0 commit comments

Comments
 (0)