Test your PHP code and Find bugs with Static Analysis Tool for PHP - PHPStan
What’s static code analysis?
Static code analyzers simply read code and try to find errors. They are able to perform both very simple and straightforward tests (for example, for the existence of classes, methods, and functions), as well as ‘smarter’ ...
abu-zakaria.hashnode.dev4 min read