2 declare(strict_types = 1);
19 use GuzzleHttp\Psr7\LazyOpenStream;
49 public function emit()
51 readfile($this->filename,
false);
66 public function write($string)
68 throw new \RuntimeException(
'Cannot write to a ' . self::class, 1538331833);