What\'s the PSR-2 Standard coding convention for initialization of arrays and method chaining?
$foo = array(
\'one\' => 1,
\'two\' => 2
);
$rows =
PSR-2 currently doesn't specify neither
PS: even in new standards (when having BC cannot be a justification) PHP cannot be straightforward and there are confusing requirements like:
When present, the abstract and final declarations MUST precede the visibility declaration.
When present, the static declaration MUST come after the visibility declaration.
Stay classy, PHP