We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd3038 commit fdd6833Copy full SHA for fdd6833
composer.json
@@ -11,7 +11,6 @@
11
],
12
"require": {
13
"php": "^8.1",
14
- "ext-hash": "*",
15
"ext-json": "*",
16
"ext-mongodb": "^1.20.0",
17
"composer-runtime-api": "^2.0",
src/GridFS/WritableStream.php
@@ -17,7 +17,6 @@
18
namespace MongoDB\GridFS;
19
20
-use HashContext;
21
use MongoDB\BSON\Binary;
22
use MongoDB\BSON\ObjectId;
23
use MongoDB\BSON\UTCDateTime;
@@ -48,8 +47,6 @@ class WritableStream
48
47
49
private array $file;
50
51
- private ?HashContext $hashCtx = null;
52
-
53
private bool $isClosed = false;
54
55
private int $length = 0;
0 commit comments