Skip to content

Commit

Permalink
UHF-X: Add patch for drupal.org issue #3387094
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Nov 7, 2023
1 parent c54a5f6 commit ddb2226
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions patches/3387094-add-context-property-to-stream-wrapper.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
diff --git a/src/FlysystemStreamWrapper.php b/src/FlysystemStreamWrapper.php
index 93a79b6..5c5a200 100644
--- a/src/FlysystemStreamWrapper.php
+++ b/src/FlysystemStreamWrapper.php
@@ -25,6 +25,13 @@ class FlysystemStreamWrapper
*/
const STREAM_URL_IGNORE_SIZE = 8;

+ /**
+ * PHP-passed stream context.
+ *
+ * @var resource|null
+ */
+ public $context;
+
/**
* The registered filesystems.
*

0 comments on commit ddb2226

Please sign in to comment.