The constant_hassers not working as constantHassers default of extension.neon always used
alexander-schranz opened this issue · 0 comments
alexander-schranz commented
The extension is setting:
constant_hassers: true
constantHassers: truein our libraries which we had phpstan update it still uses:
constant_hassers: trueBut this seems not has longer any effects based on the code here:
I think constant_hassers never has any effects as constantHassers is still always true. So this BC Layer seems not to work maybe extension.neon should go with:
constant_hassers: null
constantHassers: nullWhat do you think?