Skip to content

Commit

Permalink
getValues now can return null
Browse files Browse the repository at this point in the history
  • Loading branch information
bessudnov committed Aug 31, 2020
1 parent 1dab573 commit 02a815a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function getFieldName(): ?string
/**
* @return BaseCustomFieldValueCollection
*/
public function getValues(): BaseCustomFieldValueCollection
public function getValues(): ?BaseCustomFieldValueCollection
{
return $this->values;
}
Expand Down

0 comments on commit 02a815a

Please sign in to comment.