You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Included suggestions by WouterJ.
@param and @return should be separated by a single blank line (SF 2).
Demonstration of trailing `,` for arrays should have a higher priority than the otherwise recommended single-line array notation (`array('key' => 'value')` in favour of `array('key' => 'value', )`).
Multi-line function call syntax as suggested for SF2 is not PSR-2 conform. It may be required to consider more examples or discuss that rule at a higher level.
0 commit comments