phpstan with custom ruleset does find all errors
I want to configure phpstan such that it reports use of undefined method calls
Error phpstan.neon: Bad indentation on line 3, column 5
I created a .neon file from the documentation.
Where to place the phpstan.neon file in my project
I am trying to figure out how to utilize the scanDirectories command.
I have read the documentation