X Tutup
The Wayback Machine - https://web.archive.org/web/20200610174744/https://github.com/phpstan/phpstan
Skip to content
PHP Static Analysis Tool - discover bugs in your code without running it!
HTML TypeScript PHP JavaScript CSS Shell Dockerfile
Branch: master
Clone or download

Latest commit

ondrejmirtes Updated PHPStan to commit c60e7ae883f901f07e4ceac0b68fd59f4f06411c
phpstan/phpstan-src@c60e7ae Revert "constant arrays without an explicit class string should not resolve the class name"
Latest commit cc04318 Jun 10, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Bump actions/download-artifact from v1 to v2 Jun 10, 2020
conf Backwards-compatible bleedingEdge.neon file Nov 18, 2019
e2e Fix regression test May 31, 2020
hooks Updated Docker Hub autobuild hook Nov 4, 2019
playground-runner Fix Bref deployment Mar 27, 2020
website Bump autoprefixer from 9.7.5 to 9.8.0 in /website Jun 10, 2020
.gitattributes New phpstan.org website Mar 29, 2020
.gitignore E2E tests for the PHAR Nov 4, 2019
.travis.yml Apparently this has to be here Mar 17, 2020
BACKERS.md Updated BACKERS May 31, 2020
CODE_OF_CONDUCT.md Code of Conduct Jul 17, 2016
Dockerfile Docker - let PHP updates in, verify PHP version Nov 29, 2019
LICENSE License copyright - use only starting year, the current year is not n… Jan 4, 2018
README.md Removed inactive sponsor May 8, 2020
bootstrap.php Equivalent fix for react/promise-timer and react/promise Feb 8, 2020
composer.json Conflict with phpstan-shim Apr 2, 2020
docker-compose.test.yml DockerHub autotest - run '--version' Nov 4, 2019
phpstan Updated PHPStan to commit c60e7ae883f901f07e4ceac0b68fd59f4f06411c Jun 10, 2020
phpstan.phar Updated PHPStan to commit c60e7ae883f901f07e4ceac0b68fd59f4f06411c Jun 10, 2020
phpstan.phar.asc Updated PHPStan to commit c60e7ae883f901f07e4ceac0b68fd59f4f06411c Jun 10, 2020

README.md

PHPStan - PHP Static Analysis Tool

PHPStan

Build Status Build Status Latest Stable Version Total Downloads License PHPStan Enabled


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. It 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.

Read more about PHPStan in an introductory article »

Try out PHPStan on the on-line playground! »

Sponsors

Mike Pretzlaw     TheCodingMachine     Private Packagist     Musement     Blackfire.io     Intracto     ShipMonk     Togetter

You can now sponsor my open-source work on PHPStan through GitHub Sponsors.

Does GitHub already have your 💳? Do you use PHPStan to find 🐛 before they reach production? Send a couple of 💸 a month my way too. Thank you!

One-time donations through PayPal are also accepted. To request an invoice, contact me through e-mail.

Documentation

All the documentation lives on the phpstan.org website:

Code of Conduct

This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.

Contributing

Any contributions are welcome. PHPStan's source code open to pull requests lives at phpstan/phpstan-src.

You can’t perform that action at this time.
X Tutup