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 2bd0ec5 commit 2135f8bCopy full SHA for 2135f8b
2 files changed
apps/files_external/lib/Lib/Storage/SMB.php
@@ -441,7 +441,7 @@ public function hasUpdated($path, $time) {
441
/**
442
* @param string $path
443
* @param string $mode
444
- * @return resource|false
+ * @return resource|bool
445
*/
446
public function fopen($path, $mode) {
447
$fullPath = $this->buildPath($path);
lib/private/Files/Storage/Wrapper/Jail.php
@@ -303,7 +303,7 @@ public function copy($path1, $path2) {
303
*
304
305
306
- * @return resource
307
308
309
return $this->getWrapperStorage()->fopen($this->getUnjailedPath($path), $mode);
0 commit comments