You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: PhpManager/public/Install-Php.ps1
+1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
functionInstall-Php() {
2
+
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSReviewUnusedParameter','ThreadSafe', Justification ='False positive as rule does not know that Where-Object operates within the same scope')])] # See https://github.com/PowerShell/PSScriptAnalyzer/issues/1472
0 commit comments