<?php

/** @var \MatchResultFactory @inject */
public $matchResultFactory;

protected function createComponentMatchResult(){
	return $this->matchResultFactory->create();
}