Skip to content

Commit 865b148

Browse files
authored
fix(UserStoragesController)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 06ef1da commit 865b148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_external/lib/Controller/UserStoragesController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function index() {
108108
*
109109
* {@inheritdoc}
110110
*/
111-
public function show($id, $testOnly = true) {
111+
public function show(int $id, $testOnly = true) {
112112
return parent::show($id, $testOnly);
113113
}
114114

0 commit comments

Comments
 (0)