Skip to content

Commit

Permalink
Merge pull request #9163 from buismaarten/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jan 23, 2023
2 parents b63061a + 2065f62 commit a5014c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/SourceControl/Git/GitInfo.php
Expand Up @@ -54,7 +54,7 @@ final class GitInfo extends SourceControlInfo
* Constructor.
*
* @param string $branch branch name
* @param CommitInfo $head hEAD commit
* @param CommitInfo $head HEAD commit
* @param RemoteInfo[] $remotes remote repositories
*/
public function __construct(string $branch, CommitInfo $head, array $remotes)
Expand Down

0 comments on commit a5014c5

Please sign in to comment.