We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63189a0 commit 13003afCopy full SHA for 13003af
lib/Github/Api/Repo.php
@@ -256,9 +256,9 @@ public function remove($username, $repository)
256
*
257
* @param string $username the user who owns the repository
258
* @param string $repository the name of the repository
259
- * @param string $format one of formats: "raw" or "html"
+ * @param string $format one of formats: "raw", "html", or "v3+json"
260
261
- * @return array the readme content
+ * @return string|array the readme content
262
*/
263
public function readme($username, $repository, $format = 'raw')
264
{
0 commit comments