Bruce Weirdan

Results 291 comments of Bruce Weirdan

> If I understand correctly, a CallMap delta for 8.0 needs to be created? Yes.

Can it be suppressed for file output, enabled with `\o`? I don't think display concerns should apply when I'm exporting the data as CSV or Markdown.

> If you set table format to CSV, however, the truncation is already turned off Oh, didn't know that. I've tested it with Markdown and assumed other output formats behaved...

https://github.com/vimeo/psalm/pull/7276/files resulted in 867 entries in changelog.

The problem is, BCC does not report the issue on the descendant class, it just repeats the same message: > - [BC] Method A#m() was removed > - [BC] Method...

What's the output of ```php public function test(): \App\Models\User { $r = response(); /** @psalm-trace $r */; $j = $r->json(['hello world']); /** @psalm-trace $j */; return $j; } ```

Make sure you use `--show-info=true` cli argument, or `@psalm-trace` output may not show up.

Many of the helper methods could be typed more precisely using a conditional return type.

The version number comes from various files in `vendor/composer` directory. If Psalm was installed (during the build, for phar variant) using a recent version of `composer`, the data comes from...

4.x branch is closed now as we prepare for the 5.0 release. Please target the master branch instead.