-
There is a link to PHPStan plugin for for the package, but Psalm support is unclear from the README. What is the status?
-
Hey there,
`doctrine/collection` started to introduce generics and stuff.
I actually get some issues from this doctrine plugin as it overrides the non-stub types.
I'll have a look into this wh…
-
In Psalm, this is psalm-seal-methods/psalm-seal-properties.
In Phan, this is phan-forbid-undeclared-magic-methods/phan-forbid-undeclared-magic-properties.
In the majority of use cases, you'd wan…
-
Hello,
for one of my projects, psalm reports a type coverage of 99.8112% with errorLevel=1 (full config below). Now I am interested where the gaps are. I tried the ``--stats`` switch, and psalm w…
-
@gbprod suggestion:
* It's ok if not all external sources live in none-ls-extras.nvim.
* But I would suggest having all the external sources authored by you in a single repo.
## Practical examp…
-
What are the benefits of running Psalm, along with extensions, in a Docker image, instead of declaring it as a `dev` dependency of the application we analyse with Psalm (like the [documentation](https…
-
This code is valid https://psalm.dev/r/e1d61bda01
But when I use `assertArrayHasKey` and `assertCount`, the offset are reported as possibly undefined.
It would be great to tell psalm that
```
as…
-
It seems `psalter` (or `psalm --alter`) creates a partial and useless cache directory:
https://github.com/vimeo/psalm/blob/master/src/Psalm/Internal/Analyzer/ProjectAnalyzer.php#L371
When running …
-
Hello folks:
I got this error:
```bash
ERROR: UnusedPsalmSuppress - web/modules/custom//src/Plugin/Block/HeaderBlock.php:39:1 - This suppression is never used (see https://psalm.dev/207)
]…
-
Having a bit of a problem at the dayjob; have got this psalm module integrated with a plugin for tests, but getting 0% coverage despite tests passing.
Any ideas where I might go looking?