Skip to content

Commit 34b9c5e

Browse files
committed
fixup! Support nc 27
Signed-off-by: greta <[email protected]>
1 parent 36415cc commit 34b9c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Filesystem/StorageWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function fopen($path, $mode) {
7878
* @param string $path
7979
* @return \OC\Files\Cache\Cache
8080
*/
81-
public function getCache( $path = '', $storage = null): ICache {
81+
public function getCache($path = '', $storage = null): ICache {
8282
if (!$storage) {
8383
$storage = $this;
8484
}

0 commit comments

Comments
 (0)