Alexander M. Turek

Results 639 comments of Alexander M. Turek

If the PgSQL extension allows you to configure that attribute, we can certainly add support for it. Do you want to give it a try?

I'm not doing anything, sorry. If you need this, send a PR.

So, the main motivation behind your custom types is applying defaults to certain column options, so you don't have to repeat them in ORM attributes? While I understand that you...

> I think we need a configurable list of functions/methods for which stack frames should be skipped. The idea is that if a library uses a package like `symfony/deprecation-contracts` or...

Thanks! This workaround is helpful, but then again: should Psalm need this kind of help? Shall we keep the issue open?

Does that mean we'll have to add an extra dependency for that rule?

Got it. And I assume the reason that it worked in 1.6 was because runtime reflection was used and the PHP interpreter picked the correct path automatically. For the time...

In the ORM's CI, we perform multiple PHPStan runs with different sets of dependencies. This means that in our case, both branches of the if/else block are covered in different...