Skip to content

Commit

Permalink
Merge pull request #3464 from acrobat/form-forward-compat-sf72
Browse files Browse the repository at this point in the history
[FormBundle] Forward compatibility fix for symfony 7.2 in tests
  • Loading branch information
acrobat authored Nov 9, 2024
2 parents daadd66 + e839c41 commit 8634b44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class FormPage extends AbstractFormPage
{
public function getPossibleChildTypes(): array
{
return null;
return [];
}

public function getPagePartAdminConfigurations(): array
Expand Down Expand Up @@ -83,7 +83,7 @@ public function testFormType()
}
}

protected function getExtensions()
protected function getExtensions(): array
{
$mediaTokenTransformer = $this->createMock(MediaTokenTransformer::class);
$mediaTokenTransformer->expects($this->once())
Expand Down

0 comments on commit 8634b44

Please sign in to comment.