Issue #3254842: ComplexDataDefinitionBase::$propertyDefinitions should default to an empty array, not null
Open
issue/drupal-3254842:3254842-complexdatadefinitionbasepropertydefinitions-should-default into 9.4.x
1 open thread
Merge request reports
Activity
67 67 * {@inheritdoc} 68 68 */ 69 69 public function getPropertyDefinitions() { 70 if (!isset($this->propertyDefinitions)) { 70 if ($this->propertyDefinitions === []) {
Please register or sign in to reply