File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212namespace Bitbucket \API \User ;
1313
1414use 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 {
You can’t perform that action at this time.
0 commit comments