From 9a29e39a8f602856472dcf159c7cd5416ff7842c Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 11 Sep 2020 08:27:44 +0200 Subject: [PATCH] Use new variable name for deprecated "php-lineup-cascaded-calls" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a03eb96..9220a8cd 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ $object->foo() ->baz(); ``` -This behaviour is off by default, but you can customize the variable `php-lineup-cascaded-calls` to enable this. +This behaviour is off by default, but you can customize the variable `php-mode-lineup-cascaded-calls` to enable this. **Note:** Alignment will only work if you use one of the php-mode coding styles or inherit one of the styles.