On Tue, Feb 19, 2013 at 4:06 AM, Sara Golemon <poll...@php.net> wrote:
> Opening RFC to allow trailing comma in function call argument lists
>
> https://wiki.php.net/rfc/trailing-comma-function-args
>
For the record, I've updated the RFC just now to include
function/method/closure declarations as well:

function foo(
  $bar,
  $baz,
) {

}

Not a pattern I see as much, but for the sake of consistency, it
doesn't hurt to put it on the table for discussion.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to