Browse Source

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

Yannick Warnier 8 years ago
parent
commit
b61bff9f57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .scrutinizer.yml

+ 1 - 1
.scrutinizer.yml

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