Skip to content

Commit 27decc7

Browse files
committed
Fix indentation
1 parent c1f6e23 commit 27decc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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) {

0 commit comments

Comments
 (0)