We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ce922 commit cfbeb7bCopy full SHA for cfbeb7b
Engine/Helper.cs
@@ -194,7 +194,7 @@ public bool IsDscResourceModule(string filePath)
194
/// <summary>
195
/// Given an AST, checks whether dsc resource is class based or not
196
/// </summary>
197
- /// <param name="fileName"></param>
+ /// <param name="ast"></param>
198
/// <returns></returns>
199
public bool IsDscResourceClassBased(ScriptBlockAst ast)
200
{
0 commit comments