Yonel Ceruto

Results 138 comments of Yonel Ceruto

Well, clearly it's not clear at all. Following your reasoning, the `form` prefix (which comes from the `FormType`) is part of the type hierarchy too so the result could even...

I confirm that after the inclusion of the `src` path in https://github.com/symfony/symfony/pull/40229 the `TranslatorPathsPass` is no longer needed. It's useless and just duplicates paths. PR welcome :)

However, if there is a PHP code outside `src` that needs to be processed for translation extraction/debug (e.g. a third-party company's bundle or a custom project dir), then it's still...

Some tests failures seem to be related https://github.com/symfony/symfony/actions/runs/3274200868/jobs/5387417225#step:7:2208 can you check?

> How do you disable the debug mode? Removing `Debug::enable();` statement from your front file (index.php). However, this is only done for dev environment, for production it's not called by...

Compound form types expect an array or null on submission, while scalar form types expect a string or null. However, I think you have a valid point. The `PRE_SUBMIT` event...

> `src/DependencyInjection/CompilerPass/*` figure out if these should live here still - or if there is a better way... It's still the correct place for them in my opinion. >`src/Resources/bin` -...

> I'm just wondering about recursive imports: are they also reversed? The behavior is set up for the whole process, so yes, all extension configs imported recursively will be prepended...

> The behavior is set up for the whole process, so yes, all extension configs imported recursively will be prepended too. Which is expected if you're importing from the prepend...