elpasync pushed a change to branch elpa/php-mode.
from 817ac846f1 Merge pull request #707 from
emacs-php/refactor/test-magic-comparison
new f926139d41 Fix indentation of expression continuation in arglist
new c3f96b7932 Add dump c-syntactic-context in test
new ff16da2c53 Update CHANGELOG
new 6513efaf6f Merge pull request #703 from emacs-php/fix/indentation
Summary of changes:
CHANGELOG.md | 15 ++++++++++++++-
lisp/php-mode.el | 35 ++++++++++++++++++++++++++++++++---
tests/indent/issue-623.php | 2 +-
tests/indent/issue-702.php | 37 +++++++++++++++++++++++++++++++++++++
tests/php-mode-test.el | 5 +++++
5 files changed, 89 insertions(+), 5 deletions(-)
create mode 100644 tests/indent/issue-702.php