Skip to content

Commit

Permalink
fix(UserStoragesController)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr authored and AndyScherzinger committed Jan 26, 2025
1 parent 09b109f commit 13c1343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function index() {
*
* {@inheritdoc}
*/
public function show($id, $testOnly = true) {
public function show(int $id, $testOnly = true) {
return parent::show($id, $testOnly);
}

Expand Down

0 comments on commit 13c1343

Please sign in to comment.