Skip to content

Commit

Permalink
Update Documentation/CodingGuidelines/CodingBestPractices/NamedArgume…
Browse files Browse the repository at this point in the history
…nts.rst

Co-authored-by: Garvin Hicking <[email protected]>
  • Loading branch information
brotkrueml and garvinhicking authored Mar 19, 2024
1 parent 1a7ce45 commit 5b9a4bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Objects with such class signatures MUST be instantiated using named arguments to
maintain API consistency. Standardizing named argument usage allows the TYPO3
core to introduce deprecations for argument removals seamlessly.

Invoking 2nd Party Dependency Methods
Invoking 2nd-party (non-Core library) dependency methods
-------------------------------------

The TYPO3 core refrains from employing named arguments when calling library
Expand Down

0 comments on commit 5b9a4bc

Please sign in to comment.