profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

Trailing Comma in Parameter Lists

Description

PHP8 allows trailing commas1 to bue used in parameters lists.

Syntax

function tralala(string $a, string $b, string $c,) {}

Footnotes