diff --git a/src/S3/StreamWrapper.php b/src/S3/StreamWrapper.php index bba66c0992..fbf6183b67 100644 --- a/src/S3/StreamWrapper.php +++ b/src/S3/StreamWrapper.php @@ -94,6 +94,7 @@ class StreamWrapper /** @var string The opened protocol (e.g., "s3") */ private $protocol = 's3'; + /** @var bool Keeps track of whether stream has been flushed since opening */ private $isFlushed = false; /**