psalm / psalm-plugin-doctrine

Stubs to let Psalm understand Doctrine better
86 stars 43 forks source link

Update Connection stub #123

Open fluffycondor opened 2 years ago

fluffycondor commented 2 years ago

Wow, Connection stub is obsolete for two years now :) Fixed according to https://github.com/doctrine/dbal/pull/4159 and https://github.com/doctrine/dbal/pull/4253

AndrolGenhald commented 2 years ago

It looks like we have some "doctrine/*" packages in the "conflict" section of composer.json, I assume this is to avoid having incorrect stubs used for old versions. @weirdan do we want to just support the latest doctrine version with this plugin? If so, I think we'd want to update it to conflict with "doctrine/dbal" "<3.0.0"?