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 03f8e90 commit 0b4d018Copy full SHA for 0b4d018
1 file changed
apps/files_external/lib/Controller/UserStoragesController.php
@@ -84,7 +84,7 @@ public function index() {
84
* {@inheritdoc}
85
*/
86
#[NoAdminRequired]
87
- public function show($id, $testOnly = true) {
+ public function show(int $id, $testOnly = true) {
88
return parent::show($id, $testOnly);
89
}
90
@@ -209,7 +209,7 @@ public function update(
209
210
211
#[PasswordConfirmationRequired]
212
- public function destroy($id) {
+ public function destroy(int $id) {
213
return parent::destroy($id);
214
215
0 commit comments