Jyxo\Svn\Client::ci PHP Method

ci() public method

SVN commit.
public ci ( string $path, string $message, mixed $params = null, string $user = '', string $password = '' ) : Result
$path string Local working copy path
$message string Commit message
$params mixed Additional parameters
$user string SVN username
$password string SVN user password
return Result
    public function ci(string $path, string $message, $params = null, string $user = '', string $password = '') : Result
    {
        return $this->commit($path, $message, $params, $user, $password);
    }