Skip to content

Commit

Permalink
Merge pull request #6880 from Nadyita/master
Browse files Browse the repository at this point in the history
Fix --enable-autocomplete=false
  • Loading branch information
orklah committed Nov 10, 2021
2 parents d72b384 + 6b08f17 commit 8c761dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Cli/LanguageServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static function run(array $argv): void
'tcp:',
'tcp-server',
'disable-on-change::',
'enable-autocomplete',
'enable-autocomplete::',
'use-extended-diagnostic-codes',
'verbose'
];
Expand Down

0 comments on commit 8c761dd

Please sign in to comment.