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 Oct 24, 2024
1 parent b497f54 commit e9130de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/functions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace MRBS;

use DateInterval;
use DateTimeZone;
use MRBS\Form\Field;
use MRBS\Form\FieldSelect;
use MRBS\ICalendar\RFC5545;
use PHPMailer\PHPMailer\PHPMailer;
Expand Down Expand Up @@ -2578,7 +2579,7 @@ function get_server_software() : string



function get_field_entry_input(array $params)
function get_field_entry_input(array $params) : Field
{
global $select_options, $datalist_options, $text_input_max;

Expand Down

0 comments on commit e9130de

Please sign in to comment.