Skip to content

Commit

Permalink
[fix] declaring of output type
Browse files Browse the repository at this point in the history
  • Loading branch information
lipkau committed Apr 8, 2017
1 parent 639f393 commit 53902e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ConfluencePS/Public/Get-WikiPageLabel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
https://github.com/brianbunke/ConfluencePS
#>
[CmdletBinding()]
[OutputType([ConfluencePS.Label])]
param (
# List the PageID number to check for labels. Accepts piped input.
[Parameter(
Expand Down

0 comments on commit 53902e5

Please sign in to comment.