Skip to content

Commit

Permalink
fixup! fixup! Fix Encryption Wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Nov 4, 2021
1 parent 20e3539 commit 1658454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/Files/Storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public function touch($path, $mtime = null);
* The local version of the file can be temporary and doesn't have to be persistent across requests
*
* @param string $path
* @return string
* @return string|bool
* @since 6.0.0
*/
public function getLocalFile($path);
Expand Down

0 comments on commit 1658454

Please sign in to comment.