This PR was merged into the 7.3 branch.
Discussion
----------
[EventDispatcher] Add missing use statement for CustomEvent in AsEven…
fixes#21002
Commits
-------
2a18b16f9 [EventDispatcher] Add missing use statement for CustomEvent in AsEventListener examples
This PR was merged into the 7.3 branch.
Discussion
----------
[Messenger] Document TransportMessageIdStamp support in AMQP transport
Fixes#20659
Commits
-------
d36326df9 [Messenger] Document TransportMessageIdStamp support in AMQP transport
This PR was squashed before being merged into the 7.3 branch.
Discussion
----------
[Messenger] Document DeduplicateMiddleware
This PR documents the DeduplicateMiddleware introduced in Symfony 7.3.
Fixes https://github.com/symfony/symfony-docs/issues/20631
Commits
-------
cd20f8c48 [Messenger] Document DeduplicateMiddleware
This PR was merged into the 7.3 branch.
Discussion
----------
[Doctrine][Configuration] Document .env quoting and separate connecti…
Fixes#20760
Commits
-------
1fefe21d9 [Configuration][Doctrine] Document .env quoting and separate connection parameters for special characters
This PR was merged into the 7.3 branch.
Discussion
----------
[Config] Docs/config accept and wrap
This PR documents the new `ArrayNodeDefinition::acceptAndWrap()` method which allows declaring alternative scalar types that should be accepted and automatically wrapped into arrays. This improves
type hints generation in config builder classes.
Fixes#21399
Commits
-------
b4f64aa40 [Config] Document ArrayNodeDefinition::acceptAndWrap() method
This PR was merged into the 7.3 branch.
Discussion
----------
[TypeInfo] Document type alias support
This PR documents the type alias support in the TypeInfo component:
- ``@phpstan`-type` / ``@psalm`-type` for defining type aliases
- ``@phpstan`-import-type` / ``@psalm`-import-type` for importing aliases from other classes
- Examples showing both definition and import usage
Fixes#20671
Commits
-------
bfe61ac92 [TypeInfo] Document type alias support
This PR was submitted for the 8.1 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[Uid] Clarify Doctrine UUID generator usage and configuration
Clarify the difference between using UuidGenerator::class and the doctrine.uuid_generator service when storing UUIDs with Doctrine, and document how to properly use the configured UUID version.
https://github.com/symfony/symfony-docs/issues/21528
Commits
-------
742ce13d0 docs(uid): clarify Doctrine UUID generator usage
This PR was merged into the 6.4 branch.
Discussion
----------
[Security] mention abstract `Voter` implements CacheableVoterInterface
Add a precision about interfaces implemented by `Voter` abstract class
I remember this detail has already caused me trouble 😅
Commits
-------
bf30a88bf [Security] abstract voter implements CacheableVoterInterface
This PR was merged into the 6.4 branch.
Discussion
----------
Update link for Proxy settings in Windows
The current link is broken (404), I think the new link points to the same article.
Commits
-------
6b876d827 Update link for Proxy settings in Windows
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[Form] Explain more basic concepts about Symfony forms
This is part of the ongoing effort to revamp docs abotu Symfony Forms.
It adds:
* Basic intro to forms
* Explanation of the "data layers"
* Mentioned the different methods to get form data besides `getData()`
* Update the section about form field names and ids
* Explain the `property_path` option
* Add a troubleshooting section
I'll wait for form expert reviews before merging this. Thanks!
Commits
-------
2369a30ab [Form] Explain more basic concepts about Symfony forms
This PR was merged into the 6.4 branch.
Discussion
----------
[Routing] Default path for localized routes
I tried to merge #20218 but it failed, so let's recreate it here.
YAML format is not included because this feature doesn't work (you cannot define an entry without a key or with an empty key).
Commits
-------
cc251044b [Routing] Default path for localized routes
This PR was merged into the 6.4 branch.
Discussion
----------
[Form] Fixed references to some removed pages
I forgot to update this in #21740. Sorry!
Commits
-------
9408b54ed [Form] Fixed references to some removed pages
This PR was merged into the 6.4 branch.
Discussion
----------
[Form] Merge some small articles into the main form article
I'm going to revamp the docs about Symfony Forms. I'll do that in several small PRs. This is the first one, which does a basic cleanup by merging tiny separate articles into the main forms article.
Commits
-------
d8cda71d7 [Form] Merge some small articles into the main form article
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[Form] form add extra data
Commits
-------
31435ef4e [Form] form add extra data
This PR was submitted for the 8.0 branch but it was squashed and merged into the 6.4 branch instead.
Discussion
----------
Fix typo invalid exception type
Commits
-------
4fb631e00 Fix typo invalid exception type