Argument lists MAY be split across multiple lines, where each subsequent line is indented once. When doing so, the first item in the list MUST be on the next line, and there MUST be only one argument per line.
$foo->bar(
$arg1, $arg2
);
$foo->bar(
$arg1,
$arg2
);--
You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to php-fig+unsubscribe@googlegroups.com.
To post to this group, send email to php...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/0d92644c-2573-49bb-9bb5-8e052a18c3ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.