Skip to content

Commit 100691a

Browse files
committed
Fix php-mode-lineup-cascaded-calls variable name
1 parent c02954a commit 100691a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $object->foo()
118118
->baz();
119119
```
120120

121-
この動作はデフォルトでは無効ですが、カスタマイズ変数 `php-lineup-cascaded-calls` セットすることで有効化できます
121+
この動作はデフォルトでは無効ですが、カスタマイズ変数 `php-mode-lineup-cascaded-calls` をセットすることで有効化できます
122122

123123
**注意**: アライメントは、PHPモードのコーディングスタイルのひとつを使用するか、それを継承した場合のみ機能します。
124124

0 commit comments

Comments
 (0)