We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1033539 commit 4128723Copy full SHA for 4128723
1 file changed
autocomplete/PullResult.php
@@ -2,10 +2,7 @@
2
3
namespace RocketMQ;
4
5
-class PullResult{
6
- public function getCount(){
7
- }
8
-
+class PullResult implements Countable, Iterator{
9
public function getMessage($index){
10
}
11
0 commit comments