Skip to content

Commit

Permalink
HEAD in all caps
Browse files Browse the repository at this point in the history
  • Loading branch information
buismaarten authored Jan 23, 2023
1 parent b63061a commit 2065f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/SourceControl/Git/GitInfo.php
Original file line number Diff line number Diff line change
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 2065f62

Please sign in to comment.