Skip to content

Commit 4e5d722

Browse files
committed
cs
1 parent b954623 commit 4e5d722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Stream.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public function __toString()
6363
if ($this->isSeekable()) {
6464
$this->seek(0);
6565
}
66+
6667
return $this->getContents();
6768
} catch (\Exception $e) {
6869
return '';

0 commit comments

Comments
 (0)