Skip to content

Commit 740ee64

Browse files
committed
Ignore PSReviewUnusedParameter PSScriptAnalyzer warning
See See PowerShell/PSScriptAnalyzer#1472
1 parent c39524d commit 740ee64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PhpManager/public/Install-Php.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
function Install-Php() {
2+
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSReviewUnusedParameter", "", Scope="Function", Target="*")] # See https://github.com/PowerShell/PSScriptAnalyzer/issues/1472
23
<#
34
.Synopsis
45
Installs PHP.

0 commit comments

Comments
 (0)