From 5f2af60e1d51118a64f8694225813e678222530c Mon Sep 17 00:00:00 2001 From: mojoLyon Date: Wed, 24 Dec 2014 09:44:04 +0100 Subject: [PATCH] Implement psr2 multiline function declaration 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. When the argument list is split across multiple lines, the closing parenthesis and opening brace MUST be placed together on their own line with one space between them. --- Symfony2/ruleset.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony2/ruleset.xml b/Symfony2/ruleset.xml index 271aa2a..1401e14 100644 --- a/Symfony2/ruleset.xml +++ b/Symfony2/ruleset.xml @@ -39,6 +39,9 @@ + + +