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

Add phpstan level 4 CI check #387

Merged
merged 1 commit into from
Jan 31, 2020
Merged

Conversation

alexpozzi
Copy link
Member

@alexpozzi alexpozzi commented Jan 31, 2020

Ignoring the error Call to an undefined static method as phpstan doesn't support checking on static method existence yet.
See phpstan/phpstan#1267.

@alexpozzi alexpozzi force-pushed the add-phpstan-level4-ci-check branch 3 times, most recently from 017f2a3 to 551ed01 Compare January 31, 2020 14:44
@@ -35,6 +37,14 @@
"Knp\\Snappy\\": "src/Knp/Snappy"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@alexpozzi alexpozzi merged commit 2766ff9 into master Jan 31, 2020
@alexpozzi alexpozzi deleted the add-phpstan-level4-ci-check branch January 31, 2020 14:58
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.

2 participants