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 Jul 5, 2024
1 parent e978bea commit ec89e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/view_entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
require_once "functions_view.inc";


function generate_registrant_table($row, $previous_page=null)
function generate_registrant_table(array $row, ?string $previous_page=null) : void
{
echo "<div id=\"registrant_list\" class=\"datatable_container\">\n";
echo "<table id=\"registrants\" class=\"admin_table display\">\n";
Expand Down

0 comments on commit ec89e24

Please sign in to comment.