Maximilian Bösing
Maximilian Bösing
## RFC | Q | A | | ------------------- | ------ | | Proposed Version(s) | 4.0.0 | | BC Break? | Yes | ### Goal It seems that some...
Hey there, I have entities which have own repository implementations. These implementations are referred to with the `Entity` Attribute/Annotation (using `repositoryClass` option). This plugin only provides generic support as of...
Hey there, somehow, psalm asserts that the return type of `find` is not nullable. The generic is properly detected tho. ## Code ```php use Doctrine\ORM\EntityManagerInterface; final class Foo { /**...
### Feature Request | Q | A |------------ | ------ | New Feature | yes #### Summary Whenever we are working in projects with own plugin managers (like laminas-validator, etc.),...
### Bug Report | Q | A |------------ | ------ | Version(s) | 3.10.0 #### Summary Psalm does not understand intersection types in this combination: ``` array{foo:string}&AnotherImportedArrayType ``` https://psalm.dev/r/272229cbfa Maybe...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | BC Break | yes #### Summary This issue is created to keep track of...
Hey there, when both key and value types of an array are known, I'd expect psalm to be able to infer the return value of `key`/`current` in case of a...
### Is your feature request related to a problem? Please describe. Nope. ## Describe the solution you'd like I wonder if it is doable to implement some kind of option...
Just as a sidenote here, I do run these commands on my MacBook Pro 2021, M1 Max and thus, I do not have to wait too long. On our production...
Hey there, we do have some longrunning processes using `pcntl_fork` which do log stuff via `SyslogUdpHandler` to our syslog. Due to the fact that it is a longrunning process, the...