Skip to content

Commit dfc0ae8

Browse files
Remove <inheritdoc> from HtmlValidateCli.GetInstalledVersion() method
1 parent 7a51ba5 commit dfc0ae8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Atata.Cli.HtmlValidate/HtmlValidateCli.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ private string ReadOutputFromFile(string filePath)
8282
return File.ReadAllText(fullFilePath);
8383
}
8484

85-
/// <inheritdoc cref="GlobalNpmPackageCli{TCli}.GetInstalledVersion"/>
8685
public override string GetInstalledVersion()
8786
{
8887
CliCommandResult versionCommandResult = ExecuteRaw("--version");

0 commit comments

Comments
 (0)