Ben Davies
Ben Davies
Today I've tracked down that this is actually causing a bug, and not just a performance problem. This is causing all service classes to be marked as not `user_defined`: https://github.com/vimeo/psalm/blob/e59670ef6856fcabce2629d2fccebaabfb1f4b5c/src/Psalm/Internal/PhpVisitor/Reflector/ClassLikeNodeScanner.php#L229...
@muglug @seferov i'm looking to take a look at fixing this. can you provide some guidance? I'm a bit lost on the flow of everything to be honest :)
I do not agree that those issues are the same as this one - those are about completely overriding the default plugins setup by `symfony/ux-autocomplete`. this issue: I think symfony/ux-autocomplete...
yep, that looks doable. we just need to pass a new required `attr` which will make it into the template
@morozov it doesn't look *too bad*. looking at: https://www.postgresql.org/docs/12/sql-altertable.html and https://www.postgresqltutorial.com/postgresql-identity-column/ As long as you can determine the current sequence value (easy), you can then: ``` ALTER TABLE table_name ALTER...
Apologies. I didn't realise comments weren't welcome unless accompanied by a PR. Let me know if you'd like me to delete my comment.
Apologies for my irritability. Rough day
for anyone else wondering
seems like a slightly different use case? no 3rd party annotations here.
I see. Thanks for the clarification On Tue, 11 Aug 2020, 17:52 Gabriel Ostrolucký, wrote: > It's not a problem of 3rd party annotations, but interpretation of > phpDocumentor specs....