Skip to content

Commit c08d1fc

Browse files
committed
Rename php-lineup-cascaded-calls to php-mode-lineup-cascaded-calls
1 parent 500940e commit c08d1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ might be to handle switch and goto labels differently."
636636
(defun php-lineup-cascaded-calls (langelem)
637637
"Line up chained methods using `c-lineup-cascaded-calls',
638638
but only if the setting is enabled"
639-
(when php-lineup-cascaded-calls
639+
(when php-mode-lineup-cascaded-calls
640640
(c-lineup-cascaded-calls langelem)))
641641

642642
(c-add-style

0 commit comments

Comments
 (0)