mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-04 00:54:08 +02:00
formatting
This commit is contained in:
parent
a0abe86651
commit
fdc0e3f113
21 changed files with 118 additions and 111 deletions
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
namespace Icewind\Streams;
|
||||
|
||||
|
||||
abstract class HashWrapper extends Wrapper {
|
||||
|
||||
/**
|
||||
|
|
@ -48,7 +47,7 @@ abstract class HashWrapper extends Wrapper {
|
|||
*/
|
||||
public static function wrap($source, $hash, $callback) {
|
||||
$context = [
|
||||
'hash' => $hash,
|
||||
'hash' => $hash,
|
||||
'callback' => $callback,
|
||||
];
|
||||
return self::wrapSource($source, $context);
|
||||
|
|
@ -76,5 +75,4 @@ abstract class HashWrapper extends Wrapper {
|
|||
}
|
||||
return parent::stream_close();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue