Skip to content

Commit

Permalink
Add type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
campbell-m committed Nov 11, 2024
1 parent 2272392 commit bf570e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/edit_entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function get_field_name(string $value, bool $disabled=false) : Field
}


function get_field_description(string $value, bool $disabled=false)
function get_field_description(string $value, bool $disabled=false) : Field
{
global $is_mandatory_field;

Expand Down

0 comments on commit bf570e0

Please sign in to comment.