Skip to content

Remove $ sigil from <parameter> names#5643

Merged
jordikroon merged 2 commits into
php:masterfrom
lacatoire:fix/drop-dollar-in-parameter
Jul 1, 2026
Merged

Remove $ sigil from <parameter> names#5643
jordikroon merged 2 commits into
php:masterfrom
lacatoire:fix/drop-dollar-in-parameter

Conversation

@lacatoire

Copy link
Copy Markdown
Member

A <parameter> should hold the parameter name without the $ sigil (79 occurrences, 22 files).

$this, superglobals ($_GET/$_POST) and in-text example variables were reviewed and intentionally left untouched.

A <parameter> should hold the parameter name without the $ sigil. $this,
superglobals ($_GET/$_POST) and in-text example variables are left untouched.
…ame> to <exceptionname>

Required by the DocBook style check on the paragraphs modified by this PR.
Within those blocks, neighbouring exception names in the same list/paragraph
are also converted to <exceptionname> for local consistency.
@jordikroon jordikroon merged commit 4de6272 into php:master Jul 1, 2026
2 checks passed
lacatoire added a commit to lacatoire/doc-fr that referenced this pull request Jul 2, 2026
lacatoire added a commit to lacatoire/doc-fr that referenced this pull request Jul 2, 2026
lacatoire added a commit to php/doc-fr that referenced this pull request Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants