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

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

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

Loading…
Cancel
Save