Skip to content

docs: fix entity resolver mapping example#774

Open
yosinn1-blip wants to merge 1 commit into
doctrine:6.4.xfrom
yosinn1-blip:codex/typo-770-entity-resolver-mapping-exam
Open

docs: fix entity resolver mapping example#774
yosinn1-blip wants to merge 1 commit into
doctrine:6.4.xfrom
yosinn1-blip:codex/typo-770-entity-resolver-mapping-exam

Conversation

@yosinn1-blip
Copy link
Copy Markdown

Fixes #770

Changes:

  • 'resolvers' => [ \Acme\InvoiceModule\Model\InvoiceSubjectInterface::class, \Acme\CustomerModule\Entity\Customer::class, ], -> 'resolvers' => [ \Acme\InvoiceModule\Model\InvoiceSubjectInterface::class => \Acme\CustomerModule\Entity\Customer::class, ], in docs/en/configuration.rst (1 occurrence(s))

Verification:

  • Applied exact text replacements against the current upstream base branch.
  • Confirmed the pull request diff contains only the intended documentation typo fix(es).

Signed-off-by: Yoshiki <yosinn1@gmail.com>
@SenseException SenseException added the Documentation Improvements or additions to documentation label May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

typo in documentation

2 participants