wp-cli / scaffold-command

Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
MIT License
165 stars 87 forks source link

QA: don't unnecessarily use array_merge() #206

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

array_merge() is a "heavy" function in PHP and is not actually needed to achieve the desired result in this case.