PhpGitHooks\Module\PhpMd\Infrastructure\Tool\PhpMdToolProcessor::process PHP Method

process() public method

public process ( string $file, string $options ) : string
$file string
$options string
return string
    public function process($file, $options)
    {
        $process = $this->execute($file, $options);
        return $this->setError($process);
    }