Skip to content

Fix compatibility with PHP < 7.3#57

Merged
swissspidy merged 1 commit intomainfrom
fix-php7-compat
Nov 10, 2023
Merged

Fix compatibility with PHP < 7.3#57
swissspidy merged 1 commit intomainfrom
fix-php7-compat

Conversation

@swissspidy
Copy link
Member

Trailing commas in function calls are only supported since PHP 7.3, see https://wiki.php.net/rfc/trailing-comma-function-calls.

Unfortunately there are no tests running whatsoever, so there might be more issues. However, this is the most prominent one I encountered when testing this plugin with WP-CLI.

Trailing commas in function calls are only supported since PHP 7.3, see https://wiki.php.net/rfc/trailing-comma-function-calls.

Unfortunately there are no tests running whatsoever, so there might be more issues. However, this is the most prominent one I encountered when testing this plugin with WP-CLI.
@swissspidy swissspidy added the bug Something isn't working label Nov 9, 2023
@swissspidy swissspidy merged commit a8df964 into main Nov 10, 2023
@swissspidy swissspidy deleted the fix-php7-compat branch November 10, 2023 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants