Skip to content

Commit b61bff9

Browse files
committed
Update Scrutinizer rule to add spaces around concatenation signs as suggested by Symfony conventions
1 parent c6af145 commit b61bff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ coding_style:
5959
general:
6060
linefeed_character: newline
6161
around_operators:
62-
concatenation: false
62+
concatenation: true
6363
braces:
6464
classes_functions:
6565
class: new-line

0 commit comments

Comments
 (0)