Skip to content

Commit

Permalink
flysytem patch added
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstanley committed Apr 26, 2024
1 parent 3773716 commit 7dc6906
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
17 changes: 17 additions & 0 deletions assets/patches/flysystem-3387094-1-2.1.0-rc6-1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
diff --git a/src/FlysystemBridge.php b/src/FlysystemBridge.php
index 998c37d..c9ea2a4 100644
--- a/src/FlysystemBridge.php
+++ b/src/FlysystemBridge.php
@@ -128,4 +128,12 @@ class FlysystemBridge extends FlysystemStreamWrapper implements StreamWrapperInt
return \Drupal::service('flysystem_factory');
}

+ /**
+ * {@inheritdoc}
+ */
+ public function __set(string $name, mixed $value): void {
+
+ }
+
+
}
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,16 @@
"type:drupal-custom-theme"
]
},
"patches": {}
"patches": {
"drupal/flysystem": {
"PHP 8.2 deprecation warning": "assets/patches/flysystem-3387094-1-2.1.0-rc6-1.patch"
}
}
},
"scripts": {
"post-root-package-install": ["Islandora\\StarterSite::rootPackageInstall"]
"post-root-package-install": [
"Islandora\\StarterSite::rootPackageInstall"
]
},
"require-dev": {
"drupal/config_inspector": "^2.1",
Expand Down

0 comments on commit 7dc6906

Please sign in to comment.