parent
6894d85aaf
commit
d9bc0b0285
|
@ -22,7 +22,7 @@ class CompletionContext
|
|||
*/
|
||||
public $triggerCharacter;
|
||||
|
||||
public function __construct(int $triggerKind, string $triggerCharacter = null)
|
||||
public function __construct(int $triggerKind = null, string $triggerCharacter = null)
|
||||
{
|
||||
$this->triggerKind = $triggerKind;
|
||||
$this->triggerCharacter = $triggerCharacter;
|
||||
|
|
Loading…
Reference in New Issue