Skip to main content

Posts Tagged ‘PHPStan’

Group Of Developers

How to Fix Coding Issues Using PHPStan in Drupal

Regarding Drupal projects, PHPStan is a great command line tool for seeing how your PHP code is doing without running it. It’s great for finding potential bugs other tools and unit tests couldn’t find. There is a small problem that PHPStan does not know how to interpret Drupal plugins, entities, controllers, or other Drupal architecture […]