Skip to content

Commit d00db79

Browse files
committed
fix phpcs error about ending comment with a period
1 parent e02c461 commit d00db79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wordpress/chatrix/src/plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function () {
8686
}
8787
);
8888

89-
// Logs out user from Chatrix on non-logged in page load, if any session exists in localStorage
89+
// Logs out user from Chatrix on non-logged in page load, if any session exists in localStorage.
9090
foreach ( array( 'wp_footer', 'login_footer' ) as $footer_hook ) {
9191
add_action(
9292
$footer_hook,

0 commit comments

Comments
 (0)