Skip to content

Commit

Permalink
Merge pull request #8 from klapaudius/klapaudius-patch-deprecation-wa…
Browse files Browse the repository at this point in the history
…rning-S5.4
  • Loading branch information
Kai Eichinger authored Feb 8, 2022
2 parents aacd004 + 2ed0d2f commit 89fd515
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.2.2
=====

* (improvement) Remove Symfony 5.4 deprecation warnings


1.2.1
=====

Expand Down
2 changes: 1 addition & 1 deletion src/Form/ResolvedType/OrderedResolvedFormTypeFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function createResolvedType (
FormTypeInterface $type,
array $typeExtensions,
?ResolvedFormTypeInterface $parent = null
)
): ResolvedFormTypeInterface
{
return new OrderedResolvedFormType($type, $typeExtensions, $parent);
}
Expand Down

0 comments on commit 89fd515

Please sign in to comment.