Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 87a0d25

Browse files
committed
Simplify volatile stream names.
1 parent ecb7870 commit 87a0d25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

StringBuffer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ abstract class StringBuffer
9898
public function __construct ( $streamName = null ) {
9999

100100
if(null === $streamName)
101-
$streamName = 'hoa://Library/StringBuffer/' .
102-
'StringBuffer.php#' . self::$_i++;
101+
$streamName = 'hoa://Library/StringBuffer#' . self::$_i++;
103102

104103
parent::__construct($streamName, null);
105104

0 commit comments

Comments
 (0)