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 5fa90c2 commit 790a365
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 @@ -122,7 +122,7 @@ function get_custom_fields($data)
}


function get_fieldset_errors($errors)
function get_fieldset_errors(array $errors) : ElementFieldset
{
$fieldset = new ElementFieldset();
$fieldset->addLegend('')
Expand Down

0 comments on commit 790a365

Please sign in to comment.