We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500940e commit c08d1fcCopy full SHA for c08d1fc
php-mode.el
@@ -636,7 +636,7 @@ might be to handle switch and goto labels differently."
636
(defun php-lineup-cascaded-calls (langelem)
637
"Line up chained methods using `c-lineup-cascaded-calls',
638
but only if the setting is enabled"
639
- (when php-lineup-cascaded-calls
+ (when php-mode-lineup-cascaded-calls
640
(c-lineup-cascaded-calls langelem)))
641
642
(c-add-style
0 commit comments