Skip to content
Merged
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 Classes/Domain/Model/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ public function setPid($pid)
}

/**
* Returns answers as an array with uid of related field as key.
* Returns answers as an array with field marker of related field as key.
*
* To get value of answer for field with marker "myMarker" use
* $mail->getAnswersByFieldMarker()['myMarker']->getValue()
Expand Down