Skip to content

Commit 4128723

Browse files
committed
update some autocompelete
1 parent 1033539 commit 4128723

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

autocomplete/PullResult.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
namespace RocketMQ;
44

5-
class PullResult{
6-
public function getCount(){
7-
}
8-
5+
class PullResult implements Countable, Iterator{
96
public function getMessage($index){
107
}
118

0 commit comments

Comments
 (0)