source/Stream/ReaderInterface.php
Showing 4 of 4 total issues
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 getContentIterated(): \Iterator;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function setEncoding(string $encoding);
- Exclude checks