Wouter de Jong

Results 289 comments of Wouter de Jong

Hi! This command is a bit special, as we need to register it first (see the PR description in https://github.com/symfony/symfony/pull/42610#issue-973109927): > The command is not registered by default. In order...

> If I get the PR description without changing it and put it into the configuration documentation directly, do you mind? Because it is really good enough explicit. Fine by...

I think we can keep composer at first, and then reference the configuration section to say "if you don't have composer, use this command". Anyway, feel free to update the...

Friendly ping @ogizanagi. Is there anything I can help you with to document this cool new attribute?

> I would LOVE to use the new directory structure, get rid of the Resources level directory and use config, templates and public, just like the main application. But I've...

The issue here is that implementations of the old format and the ICU message format treat the passed parameter names differently: * The old format replaces the parameter names as...

Hi @johnkrovitch! Thanks for contributing this feature (I'm happy it's finally merged). Do you have time (and are you willing) to write a short section about this new helper to...

I'm not sure about this change. The directory structure change is supported since Symfony 5.0, while the `AbstractBundle` was introduced in Symfony 6.1.

Thank you @johnkrovitch! I've edited your changes a bit, mostly reducing the information of more advanced usages down to a single code example. Very cool to finally have this feature...

Hi Nicolas! Can you please update the [Instantiating PHP classes](https://symfony.com/doc/current/components/var_exporter#instantiating-php-classes) section of the VarExporter documentation to show this new feature and also explain when to use Hydrator and when to...