Skip to content

Commit

Permalink
[mms] Add Horde_Stream#end().
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 24, 2013
1 parent fc3d262 commit eff3d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Stream/lib/Horde/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public function seek($offset = 0, $curr = true)
*
* @since 1.4.0
*
* @param integer $offset TODO
* @param integer $offset Move this offset from the end.
*
* @return boolean True if successful.
*/
Expand Down
2 changes: 2 additions & 0 deletions framework/Stream/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Add Horde_Stream#end().
* [mms] Add Horde_Stream#seek().
* [mms] Add Horde_Stream#rewind().
* [mms] Add Horde_Stream#pos().
Expand Down Expand Up @@ -197,6 +198,7 @@
<date>2013-08-05</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Add Horde_Stream#end().
* [mms] Add Horde_Stream#seek().
* [mms] Add Horde_Stream#rewind().
* [mms] Add Horde_Stream#pos().
Expand Down

0 comments on commit eff3d8a

Please sign in to comment.