Skip to content

Commit c4ab6a3

Browse files
committed
Repositories::all returns MessageInterface
1 parent 990b218 commit c4ab6a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/Bitbucket/API/Repositories.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
namespace Bitbucket\API;
1313

14+
use Buzz\Message\MessageInterface;
15+
1416
/**
1517
* @author Alexandru G. <alex@gentle.ro>
1618
*/
@@ -25,7 +27,7 @@ class Repositories extends Api
2527
*
2628
* @access public
2729
* @param string $owner The account of the repo owner.
28-
* @return mixed
30+
* @return MessageInterface
2931
*
3032
* @api 2.0
3133
* @since Method available since 0.2.0

0 commit comments

Comments
 (0)