Adds the wildcard match score for the provided wildcard.
ArgumentsWildcard $wildcard:
false|int $score:
$this
public function addScore(ArgumentsWildcard $wildcard, $score) { $this->scores[$wildcard] = $score; return $this; }