Update pwsh style to latest community standards #52

Merged
OCram85 merged 19 commits from rework2022 into master 2022-06-28 08:56:33 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c60403c464 - Show all commits

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,