mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 00:26:10 +02:00
Fix CS
This commit is contained in:
@@ -241,6 +241,7 @@ class TestStreamFoo
|
||||
public function __toString()
|
||||
{
|
||||
fseek($this->resource, 0);
|
||||
|
||||
return $this->foo . ' - ' . (string) stream_get_contents($this->resource);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user