Skip to content

Commit

Permalink
fix(PHP8): replace null with string (make php8 happy)
Browse files Browse the repository at this point in the history
  • Loading branch information
nRamstedt committed Mar 8, 2024
1 parent 4f620d2 commit eb52c61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down

0 comments on commit eb52c61

Please sign in to comment.