Skip to content

Commit 6ba8882

Browse files
Merge branch '4.4'
* 4.4: Fix compatibility with PHPUnit 8 Disable phpunit typehint patch on 4.3 branch Fix deprecation on 4.3
2 parents 1f23c3f + 5a9ad0b commit 6ba8882

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)