Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 1, 2013
1 parent cd44606 commit 7575a80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/Stream/lib/Horde/Stream.php
Expand Up @@ -26,13 +26,17 @@ class Horde_Stream implements Serializable
/**
* Stream resource.
*
* @deprecated Will be removed in 2.0.0
*
* @var resource
*/
public $stream;

/**
* Parse character as UTF-8 instead of single byte.
*
* @since 1.4.0
*
* @var boolean
*/
public $utf8_char = false;
Expand Down

0 comments on commit 7575a80

Please sign in to comment.