Skip to content
Snippets Groups Projects
Commit 8f26ffc9 authored by andrew farquharson's avatar andrew farquharson
Browse files

PHPCS and PHPSTAN

parent d8003148
No related branches found
No related tags found
1 merge request!10611Keep user emails plain text
......@@ -332,7 +332,7 @@ public function getResetURL() {
/**
* Checks the email body text for the presence of HTML entities.
*/
public function checkBodyText() {
public function checkBodyText(): bool {
// Assume the most recent email.
$_emails = $this->drupalGetMails();
$email = end($_emails);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment