-
```
What steps will reproduce the problem?
1. Footnotes and references
2. slide left to another verse, slide left to another verse,...
What is the expected output? What do you see instead?
1. In Ps…
-
Combining type aliases from disparate classes to form a distinct alias, and then importing that type, appears to cause erroneous `TypeDoesNotContainType` issues:
Perhaps this is best explained with…
-
I am using `phpVersion="7.1"` so that project's own code is limited to PHP 7.1 support. However, I'm running under PHP 8.0 and it's OK for dependencies to use PHP 7.4 code. But, this triggers ParseErr…
-
Hey hi,
I'm testing Psalm 5b1 and I have this new issue:
```
ERROR: MissingTemplateParam - src/SimpleCachingIteratorAggregate.php:30:13 - CachingIterator has missing template params, expecting …
-
https://psalm.dev/r/adf4fa4aea
```
-
TypeDoesNotContainType happens when using "match" with _true_ or _false_ in subject_expression.
https://psalm.dev/r/71038f48ad
Redundantly casting the _true_ or _false_ in "match" subject expressi…
-
It would help me if using custom global constants as aliases for things like `true` was better understood by Psalm.
https://psalm.dev/r/4094c8fb16
-
https://psalm.dev/r/6b7253ee73
When in an if that checks a nullable typed property, a following if attempting to call a method on it will fail even though we know the type is not null.
Removing …
-
In the following example
https://psalm.dev/r/ea7bab6f3a
`$code2` should be considered as a `string`.
It works well with "Detect unused variables and parameters":
https://psalm.dev/r/97603a870e…
-
The following code
```php