Skip to content

Commit 11728d1

Browse files
committed
Fix doc block
1 parent 399e94d commit 11728d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Github.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function __construct(Registry $options = null, Http $client = null)
7171
*
7272
* @param string $name Name of property to retrieve
7373
*
74-
* @return Object GitHub API object (gists, issues, pulls, etc).
74+
* @return AbstractGithubObject GitHub API object (gists, issues, pulls, etc).
7575
*
7676
* @since 1.0
7777
* @throws \InvalidArgumentException If $name is not a valid sub class.

0 commit comments

Comments
 (0)