Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow symfony 7 #10

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Allow symfony 7 #10

merged 2 commits into from
Jun 14, 2024

Conversation

ropczan
Copy link

@ropczan ropczan commented Jun 6, 2024

No description provided.

@ropczan ropczan marked this pull request as draft June 6, 2024 10:48
@ropczan ropczan marked this pull request as ready for review June 10, 2024 10:13
*/
public function getSupportedTypes(?string $format): array
{
return ['object' => true];
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be more precise.

Suggested change
return ['object' => true];
return [Form:class];

@ropczan ropczan merged commit 544d835 into master Jun 14, 2024
6 checks passed
@ropczan ropczan deleted the allow-symfony-7 branch June 14, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants