You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Github/Api/Repo.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ public function show($username, $repository)
105
105
* @param null|string $organization username of organization if applicable
106
106
* @param boolean $hasIssues `true` to enable issues for this repository, `false` to disable them
107
107
* @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
109
109
* @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.
110
110
* @param boolean $autoInit `true` to create an initial commit with empty README, `false` for no initial commit
0 commit comments