Skip to content

Commit 5a9ad0b

Browse files
Merge branch '4.3' into 4.4
* 4.3: Disable phpunit typehint patch on 4.3 branch Fix deprecation on 4.3
2 parents e40f777 + a22282f commit 5a9ad0b

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)