Skip to content

Commit 98895dc

Browse files
committed
Coding standards
1 parent 3a2c694 commit 98895dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ConvertKit_API.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ private function create_log(string $message)
144144
'^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})^',
145145
// @phpstan-ignore-next-line - see https://github.com/phpstan/phpstan/issues/10396
146146
function ($matches) {
147-
// @phpstan-ignore-line
148147
return preg_replace('/\B[^@.]/', '*', $matches[0]);
149148
},
150149
$message

0 commit comments

Comments
 (0)