Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function close()
 {
     $this->stream->close();
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function close()
 {
     if ($this->stream !== null) {
         $this->stream->close();
     }
 }