PhpSpec\Runner\Maintainer\MatchersMaintainer::getPriority PHP Method

getPriority() public method

public getPriority ( ) : integer
return integer
    public function getPriority()
    {
        return 50;
    }