Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlopez committed Mar 6, 2019
1 parent a71e112 commit 56e1be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/S3/StreamWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit 56e1be2

Please sign in to comment.