Hi, I understand that this runs PHPStan only on the current file, right? Unfortunately, this way you can miss out on a lot of errors, because by changing one file, you can break another file.
The upcoming version of PHPStan will contain dump-deps command which will tell you dependencies between files, so PHPStan will know “this file has changed, so you need to analyze these 10 files”. Is this something you’d like to postpone the integration for? It’d make it mich better. [ Full content available at: https://github.com/apache/incubator-netbeans/pull/896 ] This message was relayed via gitbox.apache.org for [email protected]
