Message reflect previous return type change

This commit is contained in:
Luke Edwards 2018-07-04 10:55:20 +12:00
parent 9ee84fd515
commit fbf30ee747

View File

@ -3495,7 +3495,7 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
* *
* @param boolean $includerelations a boolean value to indicate if the labels returned include relation fields * @param boolean $includerelations a boolean value to indicate if the labels returned include relation fields
* *
* @return array Array of all element labels if no argument given, otherwise the label of the field * @return array Array of all element labels
*/ */
public function fieldLabels($includerelations = true) public function fieldLabels($includerelations = true)
{ {