We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39524d commit 740ee64Copy full SHA for 740ee64
PhpManager/public/Install-Php.ps1
@@ -1,4 +1,5 @@
1
function Install-Php() {
2
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSReviewUnusedParameter", "", Scope="Function", Target="*")] # See https://github.com/PowerShell/PSScriptAnalyzer/issues/1472
3
<#
4
.Synopsis
5
Installs PHP.
0 commit comments