GrumPHP\Task\Context\GitCommitMsgContext::getUserName PHP Method

getUserName() public method

public getUserName ( ) : string
return string
    public function getUserName()
    {
        return $this->userName;
    }