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 3eec9e7 commit 65894c4Copy full SHA for 65894c4
lib/Github/Api/CurrentUser.php
@@ -115,7 +115,7 @@ public function watchers()
115
}
116
117
/**
118
- * @Deprecated
+ * @Deprecated Use watchers() instead
119
*/
120
public function watched($page = 1)
121
{
@@ -133,7 +133,7 @@ public function starring()
133
134
135
136
+ * @Deprecated Use starring() instead
137
138
public function starred($page = 1)
139
lib/Github/Api/CurrentUser/Starred.php
0 commit comments