Skip to content

Commit

Permalink
Fix php-mode-lineup-cascaded-calls variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Mar 7, 2021
1 parent c02954a commit 100691a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ $object->foo()
->baz();
```

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

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

Expand Down

0 comments on commit 100691a

Please sign in to comment.