JakubMisek Hi, changelog told me that this problem should be gone till the last update but i still get errors at silverstripe projects (did not make other tryouts..)
Simple steps to reproduce:
- Run "composer create-project silverstripe/installer my-project"
- Open created directory with vs code "code ./my-project/"
- Open PageController file inside "./app/src/"
- Add the following line at line number 31: $page = Page::get()->filter(['ID' => [1, 2]]);
You will see a problem report for too many arguments..
I did not try the pre release, will do that later, maybe there is a bugfix which is not already in stable :/
My solution for now is turning this rule off by the .editorconfig file, but that's not really what i want ;)
greetings
Chris