Skip to content

Commit

Permalink
Ignore PSReviewUnusedParameter PSScriptAnalyzer warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed May 6, 2020
1 parent c39524d commit 740ee64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PhpManager/public/Install-Php.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
function Install-Php() {
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSReviewUnusedParameter", "", Scope="Function", Target="*")] # See https://github.com/PowerShell/PSScriptAnalyzer/issues/1472
<#
.Synopsis
Installs PHP.
Expand Down

0 comments on commit 740ee64

Please sign in to comment.