Skip to content

Commit 3b65c4c

Browse files
marcelklehrAndyScherzinger
authored andcommitted
fix(UserStoragesController)
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 6ac2146 commit 3b65c4c

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)