<?php

interface MatchResultFactory{
	/** @return MatchResult */
	public function create();
}