Skip to content
Snippets Groups Projects

Issue #3254842: ComplexDataDefinitionBase::$propertyDefinitions should default to an empty array, not null

Issue #3254842: ComplexDataDefinitionBase::$propertyDefinitions should default to an empty array, not null

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
Loading