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 task #248

Closed
veewee opened this issue Dec 21, 2016 · 0 comments
Closed

Add Phpstan task #248

veewee opened this issue Dec 21, 2016 · 0 comments

Comments

@veewee
Copy link
Contributor

veewee commented Dec 21, 2016

Q A
Branch master
Bug? no
New feature? yes
Question? no
Documentation? yes
Related tickets

https://medium.com/@ondrejmirtes/phpstan-2939cd0ad0e3#.kurelsdfc
https://github.com/phpstan/phpstan

PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code.
PHPStan moves PHP closer to compiled languages in the sense that the correctness of each line of the code can be checked before you run the actual line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant