Skip to content

Commit 8cedb51

Browse files
authored
Merge pull request #6590 from kenjis/update-backward_compatibility_notes
docs: add about named arguments in Backward Compatibility Notes
2 parents a60fb55 + a5362b9 commit 8cedb51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user_guide_src/source/installation/backward_compatibility_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ What are not Breaking Changes
1414
*****************************
1515

1616
- System messages defined in **system/Language/en/** are strictly for internal framework use and are not covered by backwards compatibility (BC) promise. If developers are relying on language string output they should be checking it against the function call (``lang('...')``), not the content.
17+
- `Named arguments <https://www.php.net/manual/en/functions.arguments.php#functions.named-arguments>`_ are not covered by backwards compatibility (BC) promise. We may choose to rename method/function parameter names when necessary in order to improve the codebase.

0 commit comments

Comments
 (0)