We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1549bed commit c13bb75Copy full SHA for c13bb75
src/Model/Shared/CustomField.php
@@ -396,7 +396,7 @@ public function setDescription(?string $description): self
396
*/
397
public function getPurifiedDescription(): ?string
398
{
399
- return $this->purified_description;
+ return $this->purifiedDescription;
400
}
401
402
/**
@@ -405,7 +405,7 @@ public function getPurifiedDescription(): ?string
405
406
public function setPurifiedDescription(?string $description): self
407
408
- $this->purified_description = $description;
+ $this->purifiedDescription = $description;
409
410
return $this;
411
0 commit comments