Skip to content

Commit deefa06

Browse files
declaring output types
1 parent cc060cc commit deefa06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PSModuleDevelopment/functions/refactor/Convert-PSMDMessage.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#region Utility Functions
4444
function Get-Text
4545
{
46+
[OutputType([string])]
4647
[CmdletBinding()]
4748
param (
4849
$Value
@@ -79,6 +80,7 @@
7980

8081
function Get-Insert
8182
{
83+
[OutputType([string])]
8284
[CmdletBinding()]
8385
param (
8486
$Value

0 commit comments

Comments
 (0)