= 80000) { $this->keywords[] = 'match'; \sort($this->keywords); } } /** * {@inheritdoc} */ public function appliesToKind(int $kinds): bool { return ($kinds & CompletionKind::KEYWORD) !== 0; } /** * {@inheritdoc} */ public function getCompletions(AnalysisResult $analysis): array { return $this->keywords; } }