1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00

Merge pull request #9163 from buismaarten/patch-1

This commit is contained in:
Bruce Weirdan 2023-01-23 05:56:37 -04:00 committed by GitHub
commit a5014c5782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)