infinum / eightshift-libs

Library that is meant to be used inside Eightshift Boilerplate and Eightshift Boilerplate Plugin libs via composer in order to be able to easily set up a modern development process.
https://eightshift.com
MIT License
62 stars 11 forks source link

Fix docblocks for functions with variable number of arguments #439

Open goranalkovic-infinum opened 1 month ago

goranalkovic-infinum commented 1 month ago

Even though they're treated as arrays, variable argument lists should be documented with {type} ...$varName, not array<{type}> ...$varName.