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

Remove type hints for PHP 7.3 compatibility #110

Closed
wants to merge 1 commit into from
Closed

Remove type hints for PHP 7.3 compatibility #110

wants to merge 1 commit into from

Conversation

rodrigogiraoserrao
Copy link

The type hints that I removed require PHP 7.4+ but Grav only requires 7.3.6. By removing these type hints, we make sure the plugin also works for folk running Grav with PHP 7.3.

Fixes #109.

The type hints that I removed require PHP 7.4+ but Grav only requires 7.3.6.
By removing these type hints, we make sure the plugin also works for folk running Grav with PHP 7.3.
@rodrigogiraoserrao rodrigogiraoserrao closed this by deleting the head repository Nov 3, 2023
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.

ParseError syntax error, unexpected 'int' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
1 participant