We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36415cc commit 34b9c5eCopy full SHA for 34b9c5e
lib/Filesystem/StorageWrapper.php
@@ -78,7 +78,7 @@ public function fopen($path, $mode) {
78
* @param string $path
79
* @return \OC\Files\Cache\Cache
80
*/
81
- public function getCache( $path = '', $storage = null): ICache {
+ public function getCache($path = '', $storage = null): ICache {
82
if (!$storage) {
83
$storage = $this;
84
}
0 commit comments