Skip to content

Commit

Permalink
Add type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
campbell-m committed Jun 29, 2024
1 parent 790a365 commit 32ad5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/edit_room.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function get_fieldset_errors(array $errors) : ElementFieldset
}


function get_fieldset_general($data)
function get_fieldset_general(array $data) : ElementFieldset
{
global $auth;

Expand Down

0 comments on commit 32ad5a1

Please sign in to comment.