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 the trailing comma for function call as minimum support version is 7.1 #5201

Merged
merged 1 commit into from
Feb 12, 2021

Conversation

drealecs
Copy link
Contributor

@drealecs drealecs commented Feb 12, 2021

The new version, 4.5.*, fails on PHP 7.1 and 7.2 with:

Uncaught ParseError: syntax error, unexpected ')' in ...../vendor/vimeo/psalm/src/Psalm/Codebase.php:1635

I'm guessing this will require a new bug patch release after merge.

@drealecs
Copy link
Contributor Author

Also, dropping support for PHP 7.1 nd 7.2 might be a solution :)

weirdan added a commit to weirdan/psalm that referenced this pull request Feb 12, 2021
@muglug muglug merged commit 8c0a5b7 into vimeo:master Feb 12, 2021
@muglug
Copy link
Collaborator

muglug commented Feb 12, 2021

Thanks!

muglug pushed a commit that referenced this pull request Feb 12, 2021
* Added linting to prevent embarassing errors

Refs #5201

* Ignore unused requirements
@joehoyle
Copy link
Contributor

Oops, think that was my bad!

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.

3 participants