Skip to content

Commit

Permalink
fix: lsp-php (intelephense) - Fix typo in max file size setting (#4470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleek authored Jun 9, 2024
1 parent acad044 commit 171d5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-php.el
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ completions."
:type 'number
:group 'lsp-intelephense
:package-version '(lsp-mode . "6.1")
:lsp-path "intelephense-files.maxSize")
:lsp-path "intelephense.files.maxSize")

(lsp-defcustom lsp-intelephense-files-associations
["*.php" "*.phtml"]
Expand Down

0 comments on commit 171d5a6

Please sign in to comment.