Skip to content

Replace array instantiation with var

What does this MR do?

Replaces array instantiations with a simple var declaration.

Why was this MR needed?

Using var is all that is required here, no need to explicitly create an empty array.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Merge request reports