branch: externals/phps-mode
commit 1825ee499b053460bbaca40dbb120474348d5548
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    More wrestling with indentation
---
 phps-mode-indent.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/phps-mode-indent.el b/phps-mode-indent.el
index f5536a0f88..aafd7bc5e1 100644
--- a/phps-mode-indent.el
+++ b/phps-mode-indent.el
@@ -1138,6 +1138,13 @@
                     ;; sprintf(__(
                     ;;     'Error %s', <-- use this indentation as reference 
instead
                     ;;     $error
+                    ;; but ignore
+                    ;; return array(
+                    ;;     '' => __(
+                    ;;         'None',
+                    ;;         'domain'
+                    ;;     ),
+                    ;;     '-' =>
                     (when (and
                            (not is-same-line-p)
                            (string-match-p

Reply via email to