aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/consultation/admin.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2026-01-13 08:39:22 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2026-01-13 08:39:22 +0100
commitcb4bdf265fe84443f6000e4af6e132f5aa566e3f (patch)
tree659d81c24abb6888ddb16220bf570993c6469a66 /app/controllers/consultation/admin.php
parent246fe2c51046331af9c7509c201c937b2e433108 (diff)
use rector to resolve implicitely nullable parameter declarations, fixes #5463
Closes #5463 Merge request studip/studip!4097
Diffstat (limited to 'app/controllers/consultation/admin.php')
-rw-r--r--app/controllers/consultation/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/consultation/admin.php b/app/controllers/consultation/admin.php
index 2387775..79439e3 100644
--- a/app/controllers/consultation/admin.php
+++ b/app/controllers/consultation/admin.php
@@ -919,7 +919,7 @@ class Consultation_AdminController extends ConsultationController
}
}
- private function getDateAndTime(string $index, string $index_time = null)
+ private function getDateAndTime(string $index, ?string $index_time = null)
{
if ($index_time === null) {
$index_time = $index;