From eb52c61530242ff600431264ddeaa03eae78159b Mon Sep 17 00:00:00 2001 From: Nikolas Ramstedt Date: Fri, 8 Mar 2024 13:42:09 +0100 Subject: [PATCH] fix(PHP8): replace null with string (make php8 happy) --- source/php/PostTypes/Assignment/Controller/Model/SignUpInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/php/PostTypes/Assignment/Controller/Model/SignUpInfo.php b/source/php/PostTypes/Assignment/Controller/Model/SignUpInfo.php index dacf52b..52d895e 100644 --- a/source/php/PostTypes/Assignment/Controller/Model/SignUpInfo.php +++ b/source/php/PostTypes/Assignment/Controller/Model/SignUpInfo.php @@ -47,7 +47,7 @@ public function data(): array 'body' => __("Hello, I want to get in touch and learn more.", API_VOLUNTEER_MANAGER_INTEGRATION_TEXT_DOMAIN), ], - null, + "", '&', PHP_QUERY_RFC3986 ),