Closed fionera closed 4 years ago
Its a bug in PHPStan... https://github.com/phpstan/phpstan/issues/1871
Yeah, thought so after looking at the function definition. You could add an exception for the time being.
Sorry for the ton of commits, when merging just make a Squash merge :)
A Exception in the .phpstan.neon will not help :/ PHPStan says this then... "Error message cannot be ignored, use excludes_analyse instead.". I would have to exclude the whole Bootstrap file from the checks.
Waiting for bug in phpstan to be fixed then?
Currently yes since i didnt got the ignore to work
The webpack bundle afaik should be able to reset itself as of version 1.7.2, correct? I believe this is not needed anymore and the resets can be removed?
Relevant commit is here https://github.com/symfony/webpack-encore-bundle/commit/3a3eac35c83038f5dd08d584480e82f03aedcf7e
I didnt check it yet since I currently just patch this pr into my vendor folder. Will look if it works now without it.
I just tested it in my System and there it works :) So this isnt needed anymore ^^
Could you take a look at the related and unrelated travis exceptions?