Pablo Largo Mohedano
Pablo Largo Mohedano
### Bug report I don't know how to describe it, it looks like the anonymous function is behaving like it returns a mixed value while the type is already known...
I'm aware that this change can be wrong or incomplete. I was wondering if there is a way in this project to do tests for types, for example https://github.com/azjezz/psl/blob/next/tests/static-analysis
Do you think there's a possibility you could accept a https://calver.org/ versioning system? For example, being able to configure a `YYYY.MM.DD.PATCH`, so the date is automatically filled and the patch...
### Bug report It looks like `TReturn` is not inferred, and PHPStan says that this function returns a `TReturn` type ```php /** * @template TQuery of Query */ interface QueryHandler...
Yup, I don't know how to phrase the title better 😰 I'll let this snippet describe it better: https://psalm.dev/r/ffdbd898f0
Depends on #306
Initial PR for https://github.com/azjezz/psl/issues/502 before changing the implementation. It's the first time I use PHPBench, so I would love any early feedback while I try to give coverage to all...
**Describe the bug** Suppose you define a map that only allows `string` as key and set a string that PHP would cast to an integer as an array key (any...
Here is a little POC to see if you like it before digging for 100% code coverage/sat
Hi! In the readme it is stated the following: > Unbuffered results to reduce memory usage for large result sets But I'm unable to find any examples or references in...