v1.66
Changes since 1.62:
- Fix chained multi-line '->' indentation (issue #54 and #59)
- Add a new PHP_noArrowMatching option to disable '->' indentation matching on multi-line chained calls (issue #59).
- Add support for return type declaration on multi-line function declarations (issue #64)
- Fix array indentation when PHP_vintage_case_default_indent is set (issue #58)
- Always ignore case when using syntax highlighting names (issue #52)
- Functions declared as returning references were not indented properly (issue #62).
- Fix to multi-line function declaration argument indentation (issue #63)