We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2c694 commit 98895dcCopy full SHA for 98895dc
src/ConvertKit_API.php
@@ -144,7 +144,6 @@ private function create_log(string $message)
144
'^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})^',
145
// @phpstan-ignore-next-line - see https://github.com/phpstan/phpstan/issues/10396
146
function ($matches) {
147
- // @phpstan-ignore-line
148
return preg_replace('/\B[^@.]/', '*', $matches[0]);
149
},
150
$message
0 commit comments