Skip to content

Commit 65894c4

Browse files
committed
removed unused class and changed docblock
1 parent 3eec9e7 commit 65894c4

File tree

2 files changed

+2
-67
lines changed

2 files changed

+2
-67
lines changed

lib/Github/Api/CurrentUser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function watchers()
115115
}
116116

117117
/**
118-
* @Deprecated
118+
* @Deprecated Use watchers() instead
119119
*/
120120
public function watched($page = 1)
121121
{
@@ -133,7 +133,7 @@ public function starring()
133133
}
134134

135135
/**
136-
* @Deprecated
136+
* @Deprecated Use starring() instead
137137
*/
138138
public function starred($page = 1)
139139
{

lib/Github/Api/CurrentUser/Starred.php

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)