Patrick Curl

Results 7 issues of Patrick Curl

I come from laravel background which has pretty nice ways to handle polymorphism. My use cases are going to be having comments, status, bookmarks that could apply for multiple things.....

When running composer update which regenerates ide-helper stubs, I go this as it was analyzing the models. ```php Exception: Unknown database type citext requested, Doctrine\DBAL\Platforms\PostgreSQL100Platform may not support it. Could...

Currently I'm only able to get : ```php public function __construct( #[Required, StringType, In(['primary', 'secondary'])] public string $type, ``` What I'd like it it to just be: ```php public function...

feature

I can't really track down why this is happening... except that it only happens when I have phpfmt enabled on save. I have this function: `public function new () {...

Would be nice if we could remove or filter out an error if the issue has been fixed. I've added fields to errors that shows inputs /path that cause all...

enhancement