We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6894d85 commit d9bc0b0Copy full SHA for d9bc0b0
src/Protocol/CompletionContext.php
@@ -22,7 +22,7 @@ class CompletionContext
22
*/
23
public $triggerCharacter;
24
25
- public function __construct(int $triggerKind, string $triggerCharacter = null)
+ public function __construct(int $triggerKind = null, string $triggerCharacter = null)
26
{
27
$this->triggerKind = $triggerKind;
28
$this->triggerCharacter = $triggerCharacter;
0 commit comments