mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 22:48:20 +01:00
Fix xml doc comment
This commit is contained in:
@@ -101,7 +101,7 @@ namespace TGS.Interface.Components
|
||||
/// <summary>
|
||||
/// Merges the target pull requests into the current branch if the remote is a github repository
|
||||
/// </summary>
|
||||
/// <param name="PRnumbers"><see cref="IEnumerable{T}"/> of github pull request numbers and shas in the remote repository</param>
|
||||
/// <param name="pullRequestInfos"><see cref="IEnumerable{T}"/> of <see cref="PullRequestInfo"/>s containing pull request numbers and shas in the remote repository</param>
|
||||
/// <param name="silent">Suppresses chat messages if <see langword="true"/></param>
|
||||
/// <returns><see langword="null"/> on success, list of error messages if any fail failure. Those with indexes of those that succeed will have null entries</returns>
|
||||
[OperationContract]
|
||||
|
||||
Reference in New Issue
Block a user