Skip to content

Commit c23fd8e

Browse files
committed
docblock & cs fix in User::Repositories
1 parent 4378b95 commit c23fd8e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/Bitbucket/API/User/Repositories.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Bitbucket\API\User;
1313

1414
use Bitbucket\API;
15+
use Buzz\Message\MessageInterface;
1516

1617
/**
1718
* Get the details of the repositories associated with
@@ -25,7 +26,7 @@ class Repositories extends API\Api
2526
* Get a list of repositories visible to an account
2627
*
2728
* @access public
28-
* @return mixed
29+
* @return MessageInterface
2930
*/
3031
public function get()
3132
{
@@ -36,7 +37,7 @@ public function get()
3637
* Get a list of repositories the account is following
3738
*
3839
* @access public
39-
* @return mixed
40+
* @return MessageInterface
4041
*/
4142
public function overview()
4243
{
@@ -47,7 +48,7 @@ public function overview()
4748
* Get the list of repositories on the dashboard
4849
*
4950
* @access public
50-
* @return mixed
51+
* @return MessageInterface
5152
*/
5253
public function dashboard()
5354
{

0 commit comments

Comments
 (0)