Ruud Kamphuis
Ruud Kamphuis
I was curious if there is a specific reason for not supporting comments in the Lexer? It seems a bit odd that these are simply skipped. While I agree that...
To me it's a bug and not a feature? It's not working without the service defined.
@HypeMC This solves my problem too! Great work 🎉
I have enabled the feature in the default context in the Framework: ```php 'serializer' => [ 'enabled' => true, 'name_converter' => 'serializer.name_converter.camel_case_to_snake_case', 'default_context' => [ AbstractObjectNormalizer::PRESERVE_EMPTY_OBJECTS => true, Serializer::EMPTY_ARRAY_AS_OBJECT =>...
@HypeMC This does solve my issue indeed, thanks!
@HypeMC It does solve the issue! 🎉
I agree. I think it would also help if unmatched ignored errors are presented differently than errors. Something like: :x: Found 2 errors :warning: 30 ignored errors from your baseline...
FWIW: I would recommend to disable erroring when ignored errors are no longer matching and refresh the baseline from time to time (tip: use a GitHub Actions cron). Especially on...
Worked on a fixture that can be used to build this feature. It uses the [unsealed array shape syntax](https://github.com/phpstan/phpdoc-parser/pull/250) (that's not yet supported by PHPStan itself but [is on the...