source/Stream/ReaderInterface.php
Opening brace of a interface must be on the line after the definition Open
Open
interface ReaderInterface extends LoggerAwareInterface {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function getContentRaw(): string;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function setEncoding(string $encoding);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function getContentIterated(): \Iterator;
- Exclude checks