File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ public function getSize()
114
114
}
115
115
116
116
/**
117
- * Return whether the current read position is at the end of the stream.
118
- *
119
- * @return boolean
120
- */
117
+ * Return whether the current read position is at the end of the stream.
118
+ *
119
+ * @return boolean
120
+ */
121
121
public function isEOF ()
122
122
{
123
123
if ($ this ->chunkOffset === $ this ->numChunks - 1 ) {
Original file line number Diff line number Diff line change 22
22
use MongoDB \BSON \UTCDateTime ;
23
23
use MongoDB \Driver \Exception \RuntimeException as DriverRuntimeException ;
24
24
use MongoDB \Exception \InvalidArgumentException ;
25
- use MongoDB \Exception \RuntimeException ;
26
25
27
26
/**
28
27
* WritableStream abstracts the process of writing a GridFS file.
You can’t perform that action at this time.
0 commit comments