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

Add support for Symfony 7 #40

Merged
merged 3 commits into from
May 16, 2024
Merged

Add support for Symfony 7 #40

merged 3 commits into from
May 16, 2024

Conversation

relthyg
Copy link
Contributor

@relthyg relthyg commented May 2, 2024

No description provided.

@relthyg relthyg marked this pull request as draft May 2, 2024 10:54
@relthyg relthyg marked this pull request as ready for review May 2, 2024 10:57
@relthyg relthyg marked this pull request as draft May 2, 2024 11:58
@eymengunay
Copy link
Owner

Hi @relthyg
Thanks a lot for your pull request!
Although I see that you drafted it. Was that intentional by any chance?

@relthyg
Copy link
Contributor Author

relthyg commented May 6, 2024

Hi @eymengunay, thanks for reaching out! Yes, that was intentional, as I'm not using the PR version in production yet. I wanted to release it for merging as soon as I see there are no issues.

@relthyg relthyg marked this pull request as ready for review May 14, 2024 12:15
@relthyg
Copy link
Contributor Author

relthyg commented May 14, 2024

Hi @eymengunay, the PR is now up for grabs!

@eymengunay
Copy link
Owner

Hey @relthyg
That is awesome! Thank you for your PR, I highly appreciate it!

@eymengunay eymengunay merged commit 8215937 into eymengunay:master May 16, 2024
1 check was pending
@relthyg
Copy link
Contributor Author

relthyg commented May 16, 2024

Thanks for merging! Would you mind tagging a new release?

@eymengunay
Copy link
Owner

Sure thing. Here is the new tag:

https://github.com/eymengunay/EoHoneypotBundle/releases/tag/v2.2.0

Thanks again for your help!

@relthyg
Copy link
Contributor Author

relthyg commented May 16, 2024

Always a pleasure!

@@ -58,7 +58,7 @@ public function __construct(RequestStack $requestStack, HoneypotManager $honeypo
/**
* {@inheritdoc}
*/
public function buildForm(FormBuilderInterface $builder, array $options)
public function buildForm(FormBuilderInterface $builder, array $options): void
Copy link

@acrobat acrobat May 21, 2024

Choose a reason for hiding this comment

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

@eymengunay adding return types in non-final classes is actually a bc break if it's done in a minor (same with the other methods in this class). This currently break applications extending this class after the update to 2.2.0

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.

None yet

3 participants