Open main menu

Static analysis

Revision as of 15:33, 20 February 2024 by Admin (talk | contribs) (extracted from the 'Testing page')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Part of Testing is the static analysis that your IDE can perform, or that standalone analysis tools can perform.


Brent Roose of PHP Annotated discusses Static Analysis in this video about Generics in PHP

Static Analysis tools for PHP

Phan

see Phan

PHPStan

This is my favorite tool. See PHPStan

Psalm

https://psalm.dev/