Bug Description
The commit "Reusable workflows: make the accepted config file names more explicit" seems to stop the PHPStan check from running (maybe others too, I don't know). I think it's checking that both files exist, not just one of them.
Given the following reproduction Scenario
With only one of phpstan.neon or phpstan.neon.dist, try running the PHPStan checks. Check the results, to see if the actual PHPStan check ran.
I'd expect the following behaviour
PHPStan check ran.
Instead this happened
PHPStan check didn't run.
Environment
https://github.com/james-cnz/phpdoctypessniff
Tested Against develop branch?
n/a
Bug Description
The commit "Reusable workflows: make the accepted config file names more explicit" seems to stop the PHPStan check from running (maybe others too, I don't know). I think it's checking that both files exist, not just one of them.
Given the following reproduction Scenario
With only one of phpstan.neon or phpstan.neon.dist, try running the PHPStan checks. Check the results, to see if the actual PHPStan check ran.
I'd expect the following behaviour
PHPStan check ran.
Instead this happened
PHPStan check didn't run.
Environment
https://github.com/james-cnz/phpdoctypessniff
Tested Against
developbranch?n/a