Update pwsh style to latest community standards #52
@ -26,7 +26,7 @@ function Get-CredentialStore {
|
||||
#>
|
||||
|
||||
[CmdletBinding(DefaultParameterSetName = 'Private')]
|
||||
[OutputType("PSCredentialStore.Store")]
|
||||
[OutputType('PSCredentialStore.Store')]
|
||||
param (
|
||||
[Parameter(Mandatory = $false, ParameterSetName = 'Shared')]
|
||||
|
||||
|
@ -19,7 +19,7 @@ function Test-CredentialStore {
|
||||
|
||||
#>
|
||||
[CmdletBinding(DefaultParameterSetName = 'Private')]
|
||||
[OutputBinding([bool])]
|
||||
[OutputType([bool])]
|
||||
param (
|
||||
[Parameter(Mandatory = $false, ParameterSetName = 'Shared')]
|
||||
[string]$Path,
|
||||
|
Loading…
Reference in New Issue
Block a user