Andreas Braun
Andreas Braun
@shivammathur thanks for the pointers, I'll definitely take a look. I definitely want to add version checking here as well. At MongoDB, we build against the latest dev version of...
The constraint allows installing any newer version of the driver, but the library specifically doesn't support any new server features as it retains feature parity with the legacy driver.
The last release of the legacy extension added support for MongoDB 3.0. You might be able to connect to newer server versions, but there are definitely a lot of features...
I had a similar issue regarding a try-catch block: https://psalm.dev/r/b1102ead61. In this example, psalm does not correctly track the value of `$string`, which will always be a string unless an...
I agree with @andrew to the point where you're only gaming yourself, but I would also like to mention that the leaderboard suggests otherwise: it suggests that the goal isn't...
> The sniff is currently not covering `use` cases, where class alias, comma separation and group use declaration is used, but the dependency slevomat/coding-standard has helper classes like `UseStatementHelper`, that...
Wonderful, thanks!
TBH, even in test environments it might be feasible to run with `authorization: enabled`, so I'd consider this a valid issue. As for the check you mentioned above, it might...
> I know no place where Comparable is used across Doctrine (is there any?) but it seems useful i.e. for ORM 3.0 - move it to doctrine/comparable. We were thinking...
> The proposal is pretty simple: have no Common 3.0, instead split Common into smaller packages. Yes, please. `doctrine/common` should die. I've given the whole BC problem and the fact...