Bruce Weirdan

Results 291 comments of Bruce Weirdan

Yeah, it's on my todo list. The thing is big, so it'll take me some time.

Since we expose parts of PhpParser in our API this cannot go into 5.x line. So instead of merging this I'm going to fork 6.x from the current 5.x (not...

PHP 8.4 is not out yet either.

Yep, that should fix the issue. I wonder if it's possible to remove those old versions from packagist (ideally keeping the tags).

Then we need to remove all versions between 0.1.2 and 0.3.14 (both ends inclusive), as all of them had unbounded constraint (`>=` to be exact) on `nikic/php-parser` dependency. Unfortunately, I...

> Unfortunately, I can't do that myself I can now. The versions with unbounded constraints have been retracted.

You also need to update either the delta files or the historic callmap. See https://psalm.dev/docs/contributing/editing_callmaps/

Sarif reporter needs to apply default values for the region elements.

You need to enable https://psalm.dev/docs/running_psalm/configuration/#ensurearrayintoffsetsexist (I don't think its available in the playground).