Skip to content

Commit c447d60

Browse files
imorlandclaude
andcommitted
chore: remove StyleCI probe comment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f1d4037 commit c447d60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/nicknames/src/NicknameDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ public function displayName(User $user): string
2626
// Insert a zero-width space after every dot to prevent email clients
2727
// from auto-linking dotted strings as domain names (e.g. nasty.com).
2828
// The zero-width space is invisible in all rendering contexts.
29-
return str_replace('.', ".\u{200B}", $name); // @styleci-trigger
29+
return str_replace('.', ".\u{200B}", $name);
3030
}
3131
}

0 commit comments

Comments
 (0)