Skip to content
Snippets Groups Projects
Commit f4962936 authored by catch's avatar catch
Browse files

Issue #3240171 by andypost, alexpott, larowlan:...

Issue #3240171 by andypost, alexpott, larowlan: \Drupal\comment\Entity\Comment::getSubject() can cause deprecations on PHP 8.1
parent 0de357ac
Branches
Tags
Loading
......@@ -389,7 +389,7 @@ public function getFieldName() {
* {@inheritdoc}
*/
public function getSubject() {
return $this->get('subject')->value;
return $this->get('subject')->value ?? '';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment