Skip to content

[CodeQuality] Add merge of 2 arrays of unnested items to array #2170

@TomasVotruba

Description

@TomasVotruba
-$nodes = array_merge([$declareNode], [$node]);
+$nodes = [$declareNode, $node];

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions