On 22.02.2013 22:46, Sebastian Krebs wrote:
> /sign
> Especially about the "implies, that another optional argument may exist":
> One does not simply add arbitrary arguments to a function call. Except when
> the function signature changes, but in this case (to repeat myself) the
> additional diff-l
2013/2/22 Rasmus Schultz
> I've been thinking about this RCF for a while now:
>
> https://wiki.php.net/rfc/trailing-comma-function-args
>
> It just doesn't seem necessary - the only time I've ever found something
> like this to be necessary, is when a function takes closures or other very
> long
I've been thinking about this RCF for a while now:
https://wiki.php.net/rfc/trailing-comma-function-args
It just doesn't seem necessary - the only time I've ever found something
like this to be necessary, is when a function takes closures or other very
long arguments, some of which are optional..