GrumPHP\Process\ProcessBuilder::getCommandLocation PHP Method

getCommandLocation() private method

private getCommandLocation ( string $command ) : string
$command string
return string
    private function getCommandLocation($command)
    {
        return $this->externalCommandLocator->locate($command);
    }