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

[3.x] Fix PHP 7.4 Compatibilty #264

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

Rizky92
Copy link
Contributor

@Rizky92 Rizky92 commented Mar 22, 2024

Recent changes in src/SettingsRepository/DatabaseSettingsRepository which introduced mixed type hint introduce breaking changes with project running PHP 7.4. This PR attempt to solve the issue by removing the type hint and move them to their respective docblock.

Fixes #263

@rubenvanassche
Copy link
Member

Thanks!

@rubenvanassche rubenvanassche merged commit 2c4500e into spatie:main Mar 22, 2024
14 checks passed
@Rizky92 Rizky92 deleted the php74-compatibilty branch March 25, 2024 08:16
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.

Latest version breaks compatibiltiy with PHP 7.4
2 participants