Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Martin Hujer blog:
How to configure PHPStan for Symfony applications
Oct 24, 2019 @ 14:00:03

PHPStan is a fantastic tool for a static analysis of PHP code. It reads the code and PHPDoc and will try to detect potential issues such as:

undefined variables incorrect types passed throughout the codebase use of non-existent methods and attributes passing of incorrect number of parameters t...

tagged:

Link: https://blog.martinhujer.cz/how-to-configure-phpstan-for-symfony-applications/


Trending Topics: