Thomas Landauer

Results 97 comments of Thomas Landauer

Taking the idea from https://github.com/symfony/stimulus-bridge/issues/44#issuecomment-1064176223, I found a way: https://stackoverflow.com/q/74448824/1668200 Besides, I think this issue here is mostly the same as https://github.com/symfony/stimulus-bridge/issues/44 , so one of them could be closed.

Just dropping in the up-to-date mapping syntax for better findability: ```php #[ORM\Column(type: Types::SIMPLE_ARRAY, nullable: true)] private array $foo = []; ```

Oops, we have a general problem here! There are two "standards" on how to display links in a console: 1. Old-fashioned: Display this text verbatim: `phpstorm://open?file=/.../src/Migrations/Version20211030130836.php`, and then rely on...

The idea was to get rid of `$$arg` - which is *really* ugly. And telling the users all three "problem areas" at once, can also be seen as advantage over...

Indeed, this works now (Symfony 6.2), so I'm closing this.

> Also it correctly enables Helper files in module configuration. Is it OK to enable them, even if they don't exist? (as we just deleted them) > Is it possible...

OK, thanks @TavoNiievez, then I'm closing here.