the indentation looks as if it is indenting the next line if there is not a semicolon on the end of the previous line which is fine except when the previous line is a comment like this
#init var $var = 2;
should be #init var $var = 2;
i notice that this is only happening since allan's updates.
Thanks Kim
Hi Kim,
I've just commited a patch that should fix this issue. Can you update your PHP bundle to the latest version and check if it works for you?
Thanks, Ciarán