Bruce Weirdan

Results 291 comments of Bruce Weirdan

An easy, albeit not 100% correct approach could be to suppress `PropertyNotSetInConstructor` when there's an initializer present (`setUp()` or `@before`), similar to how it's done for `MissingConstructor`.

I think `setUp()` method analyzer has to be run with `$scope->collect_initializations = true` and it'll fix the issue automatically.

I think the issue should be addressed by removing the assert and dealing with the situation that causes failure (and for that we need a reproducer, as was requested in...

Hey @JoshuaBehrens, can you provide the failing test case?

Psalm (including the language server) does work in container, however there's currently no support for mapping the paths between host machine and the container. There's a PR in the Psalm...

> however there's currently no support for mapping the paths between host machine and the container. There is now: https://github.com/vimeo/psalm/pull/10033 This extension needs to allow specifying `--map-folder` flag for this...

I cannot reproduce it: ![image](https://github.com/psalm/phar/assets/57403/1b6125df-6c8e-41e1-b689-4153ee8a0814) Would you mind creating a small repro in a separate repo?