Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
add output type for private function
Browse files Browse the repository at this point in the history
  • Loading branch information
OCram85 committed Jan 22, 2019
1 parent 9af720d commit 0d8e043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PSCoverage.psm1
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
function Get-GitInfo {
[CmdletBinding()]
[OutputType('PSCoverage.Git.Info')]
param(
[string]$BranchName
)
Expand Down

0 comments on commit 0d8e043

Please sign in to comment.