Update Scrutinizer rule to add spaces around concatenation signs as suggested by Symfony conventions

pull/2487/head
Yannick Warnier 9 years ago
parent c6af145c07
commit b61bff9f57
  1. 2
      .scrutinizer.yml

@ -59,7 +59,7 @@ coding_style:
general: general:
linefeed_character: newline linefeed_character: newline
around_operators: around_operators:
concatenation: false concatenation: true
braces: braces:
classes_functions: classes_functions:
class: new-line class: new-line

Loading…
Cancel
Save