Skip to content

Commit a22282f

Browse files
committed
Disable phpunit typehint patch on 4.3 branch
1 parent ade5741 commit a22282f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FormTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class FormTest extends TestCase
1919
{
20-
public static function setUpBeforeClass()
20+
public static function setUpBeforeClass(): void
2121
{
2222
// Ensure that the private helper class FormFieldRegistry is loaded
2323
class_exists('Symfony\\Component\\DomCrawler\\Form');

0 commit comments

Comments
 (0)