Skip to content

Commit 2135f8b

Browse files
committed
fixup! Fix Interfaces
1 parent 2bd0ec5 commit 2135f8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/files_external/lib/Lib/Storage
  • lib/private/Files/Storage/Wrapper

apps/files_external/lib/Lib/Storage/SMB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public function hasUpdated($path, $time) {
441441
/**
442442
* @param string $path
443443
* @param string $mode
444-
* @return resource|false
444+
* @return resource|bool
445445
*/
446446
public function fopen($path, $mode) {
447447
$fullPath = $this->buildPath($path);

lib/private/Files/Storage/Wrapper/Jail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public function copy($path1, $path2) {
303303
*
304304
* @param string $path
305305
* @param string $mode
306-
* @return resource
306+
* @return resource|bool
307307
*/
308308
public function fopen($path, $mode) {
309309
return $this->getWrapperStorage()->fopen($this->getUnjailedPath($path), $mode);

0 commit comments

Comments
 (0)