Skip to content

Commit 93ba8d5

Browse files
committed
Merge pull request #239 from localheinz/fix/had-vs-has
Fix: Docblock says 'had', parameter 'has'
2 parents 5ff25d5 + d5d6149 commit 93ba8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Repo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function show($username, $repository)
105105
* @param null|string $organization username of organization if applicable
106106
* @param boolean $hasIssues `true` to enable issues for this repository, `false` to disable them
107107
* @param boolean $hasWiki `true` to enable the wiki for this repository, `false` to disable it
108-
* @param boolean $hadDownloads `true` to enable downloads for this repository, `false` to disable them
108+
* @param boolean $hasDownloads `true` to enable downloads for this repository, `false` to disable them
109109
* @param integer $teamId The id of the team that will be granted access to this repository. This is only valid when creating a repo in an organization.
110110
* @param boolean $autoInit `true` to create an initial commit with empty README, `false` for no initial commit
111111
*

0 commit comments

Comments
 (0)