As of new code style guide line one should always use a space in string concatenation such as: "" . ""
I see that coder.modules v6 will false-positive match all string concat based on the new rule.
If we change the rule all old concatenations will match positive. (patch attached)
Any suggestions?
| Comment | File | Size | Author |
|---|---|---|---|
| coder_style.inc_.patch | 631 bytes | miro_dietiker |
Comments
Comment #1
stella commentedThe new string concatenation is only strictly enforced for Drupal 7. For Drupal 6 both the old and new string concatenations are allowed. Marking as a duplicate of #246568: Coding standards of string concatenation have changed