We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75941c1 commit fc2bd55Copy full SHA for fc2bd55
lib/Github/Api/CurrentUser.php
@@ -115,7 +115,7 @@ public function watchers()
115
}
116
117
/**
118
- * @Deprecated Use watchers() instead
+ * @deprecated Use watchers() instead
119
*/
120
public function watched($page = 1)
121
{
@@ -124,16 +124,16 @@ public function watched($page = 1)
124
));
125
126
127
- /**
+ /**
128
* @return Starring
129
130
public function starring()
131
132
return new Starring($this->client);
133
134
135
136
- * @Deprecated Use starring() instead
+ * @deprecated Use starring() instead
137
138
public function starred($page = 1)
139
0 commit comments