Daniele Alessandri 13 лет назад
Родитель
Сommit
282287765b
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      lib/Predis/Iterator/MultiBulkResponseSimple.php

+ 2 - 1
lib/Predis/Iterator/MultiBulkResponseSimple.php

@@ -77,7 +77,8 @@ class MultiBulkResponseSimple extends MultiBulkResponse
     }
 
     /**
-     * Returns an iterator that reads the multi-bulk response as a tuple.
+     * Returns an iterator that reads the multi-bulk response as
+     * list of tuples.
      *
      * @return MultiBulkResponseTuple
      */