rector/vendor/phpstan/phpstan
Tomas Votruba 1d6fa53888 Updated Rector to commit 7f73d653b9ceb059f9d05e010a7c6120f23c77ac
7f73d653b9 [Traverser] Use specific Stmt: Declare_ and Namespace_ for init namespace stmt_key index on StmtKeyNodeVisitor (#4111)
2023-06-08 02:08:17 +00:00
..
conf Updated Rector to commit a657258f31 2021-05-10 00:23:30 +00:00
bootstrap.php Updated Rector to commit bdc2fc99631f67eeb2d96e2cf0906279c2561c9a 2023-06-01 08:56:46 +00:00
composer.json Updated Rector to commit e1dd98dc51c214a743fe1785fd264d2ea27efd72 2023-03-17 11:53:24 +00:00
LICENSE Updated Rector to commit a657258f31 2021-05-10 00:23:30 +00:00
phpstan Updated Rector to commit bdc2fc99631f67eeb2d96e2cf0906279c2561c9a 2023-06-01 08:56:46 +00:00
phpstan.phar Updated Rector to commit 7f73d653b9ceb059f9d05e010a7c6120f23c77ac 2023-06-08 02:08:17 +00:00
phpstan.phar.asc Updated Rector to commit 7f73d653b9ceb059f9d05e010a7c6120f23c77ac 2023-06-08 02:08:17 +00:00
README.md Updated Rector to commit 648a2f5ca994605a85e8f10279936a864eefc09c 2023-02-21 17:09:39 +00:00

PHPStan - PHP Static Analysis Tool

PHPStan

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 »

Try out PHPStan on the on-line playground! »

Sponsors

TheCodingMachine     Private Packagist
Musement     Blackfire.io
iO     TicketSwap
ShipMonk     Togetter
RightCapital     ContentKing
ZOL     Psyonix
Shopware     Craft CMS
Worksome     campoint AG
Crisp.nl     Inviqa
CDN77

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:

PHPStan Pro

PHPStan Pro is a paid add-on on top of open-source PHPStan Static Analysis Tool with these premium features:

  • Web UI for browsing found errors, you can click and open your editor of choice on the offending line.
  • Continuous analysis (watch mode): scans changed files in the background, refreshes the UI automatically.

Try it on PHPStan 0.12.45 or later by running it with the --pro option. You can create an account either by following the on-screen instructions, or by visiting account.phpstan.com.

After 30-day free trial period it costs 7 EUR for individuals monthly, 70 EUR for teams (up to 25 members). By paying for PHPStan Pro, you're supporting the development of open-source PHPStan.

You can read more about it on PHPStan's 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.