Ticket #1157 (new todo)
Whitespace before/after the dot in a methodcall is disallowed
Reported by: | whiteknight | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | none | Version: | 1.6.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
From a tangential discussion at RT #57656.
IMCC currently allows the following syntax forms:
foo. bar() foo .bar()
Notice the whitespace before and after the dot in the method call. These should be disallowed: No whitespace should be allowed before or after the dot in the method call. This helps to differentiate it from the dot as a concatenation operator.
Change History
Note: See
TracTickets for help on using
tickets.