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