Skip to content

Commit 260228c

Browse files
committed
Fix reverting left-over
1 parent e435dc1 commit 260228c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/php/io/streams/Compression.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static function __static() {
2222
self::$NONE= new None();
2323

2424
// Register known algorithms included in this library
25-
self::$algorithms= (new Algorithms())->add(new Gzip(), new Bzip2(), new Brotli()));
25+
self::$algorithms= (new Algorithms())->add(new Gzip(), new Bzip2(), new Brotli());
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)