Skip to content

Commit

Permalink
Codestandards
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanheywood committed Jan 11, 2024
1 parent 5fc7029 commit 524547c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion classes/check/dnsdkim.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public function get_result() : result {
$summary = "DKIM record exists with selector '$selector'";
}


return new result($status, $summary, $details);
}

Expand Down
1 change: 0 additions & 1 deletion classes/check/dnsdmarc.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public function get_result() : result {
$summary = "DMARC record exists";
}


return new result($status, $summary, $details);
}

Expand Down
1 change: 0 additions & 1 deletion classes/check/dnsspf.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public function get_result() : result {
}
}


return new result($status, $summary, $details);
}

Expand Down
2 changes: 1 addition & 1 deletion lang/en/tool_emailutils.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
';
$string['dnssettings'] = 'SPF / DKIM / DMARC DNS settings';
$string['dnsspfinclude'] = 'SPF include';
$string['dnsspfinclude_help'] = '<p>This is an SPF include domain which is expected to be present in the record. For example if this was set to <code>spf.acme.org</code> then the SPF security check would pass if the SPF record was <code>v=spf1 include:spf.ache.org -all</code>.</p>
$string['dnsspfinclude_help'] = '<p>This is an SPF include domain which is expected to be present in the record. For example if this was set to <code>spf.acme.org</code> then the SPF security check would pass if the SPF record was <code>v=spf1 include:spf.acme.org -all</code>.</p>
<p>The * char can be used as a wildcard eg <code>*acme.org</code> would also match.</p>
';
$string['domaindefaultnoreply'] = 'Default noreply';
Expand Down

0 comments on commit 524547c

Please sign in to comment.