Skip to content

Commit 775209c

Browse files
committed
Merge pull request #393
2 parents c1f6e23 + a89811d commit 775209c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/GridFS/ReadableStream.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ public function getSize()
114114
}
115115

116116
/**
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+
*/
121121
public function isEOF()
122122
{
123123
if ($this->chunkOffset === $this->numChunks - 1) {

src/GridFS/WritableStream.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
use MongoDB\BSON\UTCDateTime;
2323
use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException;
2424
use MongoDB\Exception\InvalidArgumentException;
25-
use MongoDB\Exception\RuntimeException;
2625

2726
/**
2827
* WritableStream abstracts the process of writing a GridFS file.

0 commit comments

Comments
 (0)