Results 2 comments of Vojtěch Bešťák

Hi there, I have experienced this problem as well. I tried the solution from @ChrisLMills, however this only stopped the app from crashing, not solving the main problem. I looked...

For me it was reworking these annotations in the entity which was flagged by the phpstan: Original with errors: ```php #[ORM\Id] #[ORM\Column(name: "connection_id", type: "integer", nullable: true)] #[ORM\GeneratedValue(strategy: "SEQUENCE")] #[ORM\SequenceGenerator(sequenceName:...