Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion messages/parameter-%d-must-be-passed-by-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Literal Examples
Solutions
_________

+ Store the value in a variable and passe the variable.
+ Store the value in a variable and pass the variable.
+ Remove the reference in the method signature.

Related Error Messages
Expand Down