mirror of
https://github.com/anonaddy/anonaddy
synced 2026-04-28 10:27:43 +02:00
Added Laravel Pint for formatting
This commit is contained in:
@@ -8,7 +8,7 @@ final class RawContentEncoder implements ContentEncoderInterface
|
||||
{
|
||||
public function encodeByteStream($stream, int $maxLineLength = 0): iterable
|
||||
{
|
||||
while (!feof($stream)) {
|
||||
while (! feof($stream)) {
|
||||
yield fread($stream, 8192);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user