Skip to content

Fix: add void return type to configure() for Symfony 8 compatibility#102

Merged
cklei-carly merged 2 commits intosolutionforest:4.xfrom
malikdoksoz:malikdoksoz-patch-1
Apr 8, 2026
Merged

Fix: add void return type to configure() for Symfony 8 compatibility#102
cklei-carly merged 2 commits intosolutionforest:4.xfrom
malikdoksoz:malikdoksoz-patch-1

Conversation

@malikdoksoz
Copy link
Copy Markdown
Contributor

Symfony 8 requires configure() to declare : void return type.
Without this, a fatal error occurs when using Laravel 13 (which ships with Symfony 8).

Fix: add void return type to configure() for Symfony 8 compatibility
Fix: add void return type to configure() for Symfony 8 compatibility
@mauriciodinamarca
Copy link
Copy Markdown

Related to #101 , was unsure if this fix affects previous versions.

@sten
Copy link
Copy Markdown
Contributor

sten commented Apr 7, 2026

@cklei-carly Thank you for your great work! We have this package as a dependency and cannot cleanly upgrade to laravel 13 without this PR merged in a new release.

Do you have an idea when this will be merged? Thanks!

@cklei-carly cklei-carly merged commit b426558 into solutionforest:4.x Apr 8, 2026
cklei-carly added a commit that referenced this pull request Apr 8, 2026
Fix: add void return type to configure() for Symfony 8 compatibility
(cherry picked from commit b426558)
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.

4 participants