Open goranalkovic-infinum opened 1 month ago
Even though they're treated as arrays, variable argument lists should be documented with {type} ...$varName, not array<{type}> ...$varName.
{type} ...$varName
array<{type}> ...$varName
Even though they're treated as arrays, variable argument lists should be documented with
{type} ...$varName
, notarray<{type}> ...$varName
.