mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #12231] [CLOSED] Fix typos and minor grammar issues in documentation (.rst files) #13599
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/12231
Author: @alisolphp
Created: 10/21/2025
Status: ❌ Closed
Base:
2.20.x← Head:fix-typos-docs-3-5📝 Commits (10+)
b1f8253Merge pull request #11772 from doctrine/2.20.x8ebd98eMerge pull request #11773 from doctrine/3.3.x-merge-up-into-3.4.x_xx7XyUCla9873c8Take hardcoded reference column name out of JoinColumn attribute9f2b367Merge pull request #11776 from curry684/issue-955855dc02cchanged confusing negative wording (#11775)68c8774Update working-with-objects.rst (#7553)327418aMerge branch '3.3.x' into 3.4.x0d2cb6aFix CS (#11782)596da35UPGRADE: Document QueryBuilder::setParameters() Type enforcement5a59923Merge pull request #11791 from jonnyeom/patch-2📊 Changes
1663 files changed (+35865 additions, -79371 deletions)
View changed files
📝
.doctrine-project.json(+32 -53)➖
.github/ISSUE_TEMPLATE/BC_Break.md(+0 -37)➖
.github/ISSUE_TEMPLATE/Bug.md(+0 -34)➖
.github/ISSUE_TEMPLATE/Feature_Request.md(+0 -18)➖
.github/ISSUE_TEMPLATE/Support_Question.md(+0 -6)➕
.github/dependabot.yml(+9 -0)📝
.github/workflows/continuous-integration.yml(+103 -69)📝
.github/workflows/phpbench.yml(+1 -1)➕
.github/workflows/stale.yml(+24 -0)📝
.github/workflows/static-analysis.yml(+15 -32)➕
.github/workflows/website-schema.yml(+21 -0)📝
CONTRIBUTING.md(+1 -1)📝
README.md(+1 -3)📝
UPGRADE.md(+913 -2)➖
bin/doctrine(+0 -4)➖
bin/doctrine-pear.php(+0 -43)➖
bin/doctrine.bat(+0 -9)➖
bin/doctrine.php(+0 -62)📝
ci/github/phpunit/mysqli.xml(+14 -6)📝
ci/github/phpunit/pdo_mysql.xml(+14 -7)...and 80 more files
📄 Description
Summary
This pull request fixes several typos and minor grammar issues across the documentation files under
docs/en/reference/.These corrections improve the readability and accuracy of the text without changing any technical content.
Details
📄
advanced-configuration.rstpassed as the first argument to he constructorpassed as the first argument to the constructor📄
architecture.rstcannot be initialiazed anymorecannot be initialized anymore📄
filters.rstDon't change the values base on external inputs.Don't change the values based on external inputs.📄
security.rstNow the possiblity of mass-assignment exists...Now the possibility of mass-assignment exists...📄
second-level-cache.rstBefore:
An collection region could look something like:After:
A collection region could look something like:Before:
an special query hintAfter:
a special query hintNotes
.rst) files.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.