Skip to content

Commit fc2bd55

Browse files
committed
Fix docblocks spacing and case
1 parent 75941c1 commit fc2bd55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Github/Api/CurrentUser.php

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

117117
/**
118-
* @Deprecated Use watchers() instead
118+
* @deprecated Use watchers() instead
119119
*/
120120
public function watched($page = 1)
121121
{
@@ -124,16 +124,16 @@ public function watched($page = 1)
124124
));
125125
}
126126

127-
/**
127+
/**
128128
* @return Starring
129129
*/
130130
public function starring()
131131
{
132132
return new Starring($this->client);
133133
}
134134

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

0 commit comments

Comments
 (0)