Skip to content

Commit 0ff8fa3

Browse files
authored
Added comment on Stream (#350)
1 parent a93cb6a commit 0ff8fa3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Stream/Stream.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
*/
1212
interface Stream extends \IteratorAggregate
1313
{
14+
/**
15+
* Length in bytes.
16+
*/
1417
public function length(): ?int;
1518

1619
public function stringify(): string;

0 commit comments

Comments
 (0)