Skip to content

Commit

Permalink
Merge pull request #6590 from kenjis/update-backward_compatibility_notes
Browse files Browse the repository at this point in the history
docs: add about named arguments in Backward Compatibility Notes
  • Loading branch information
kenjis authored Sep 26, 2022
2 parents a60fb55 + a5362b9 commit 8cedb51
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ What are not Breaking Changes
*****************************

- 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.
- `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 comments on commit 8cedb51

Please sign in to comment.