Commit 27decc74 authored by Jeremy Mikola's avatar Jeremy Mikola

Fix indentation

parent c1f6e23d
...@@ -114,10 +114,10 @@ class ReadableStream ...@@ -114,10 +114,10 @@ class ReadableStream
} }
/** /**
* Return whether the current read position is at the end of the stream. * Return whether the current read position is at the end of the stream.
* *
* @return boolean * @return boolean
*/ */
public function isEOF() public function isEOF()
{ {
if ($this->chunkOffset === $this->numChunks - 1) { if ($this->chunkOffset === $this->numChunks - 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment