add: Output type to functions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
function Assert-ModuleAvailability {
|
||||
[OutputType([void]) ]
|
||||
param(
|
||||
[string]$ModuleName,
|
||||
[string]$RequiredVersion,
|
||||
|
Reference in New Issue
Block a user