fix typo in OutputType

This commit is contained in:
OCram85 2022-06-14 14:39:55 +02:00
parent a3e68a17dd
commit c60403c464
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ function Get-CredentialStore {
#>
[CmdletBinding(DefaultParameterSetName = 'Private')]
[OutputType("PSCredentialStore.Store")]
[OutputType('PSCredentialStore.Store')]
param (
[Parameter(Mandatory = $false, ParameterSetName = 'Shared')]

View File

@ -19,7 +19,7 @@ function Test-CredentialStore {
#>
[CmdletBinding(DefaultParameterSetName = 'Private')]
[OutputBinding([bool])]
[OutputType([bool])]
param (
[Parameter(Mandatory = $false, ParameterSetName = 'Shared')]
[string]$Path,