We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc027a commit 5f72980Copy full SHA for 5f72980
1 file changed
Tests/Rules/GoodCmdlet.ps1
@@ -91,6 +91,7 @@ function Get-File
91
{
92
if ($pscmdlet.ShouldContinue("Yes", "No")) {
93
}
94
+ [System.Void] $Param3
95
96
97
0 commit comments