Skip to content

Commit 2c76443

Browse files
fix: align equal signs
1 parent 837fb1d commit 2c76443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Helpers/DebugMode.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public static function log( string $message ) {
4242
return;
4343
}
4444

45-
$date = date( 'Y-m-d' ); // phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date
46-
$time = date( 'H-i-s' ); // phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date
45+
$date = date( 'Y-m-d' ); // phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date
46+
$time = date( 'H-i-s' ); // phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date
4747
$log_dir = defined( 'ANTISPAM_BEE_DEBUG_MODE_LOG_DIR' ) ? \ANTISPAM_BEE_DEBUG_MODE_LOG_DIR : \WP_CONTENT_DIR;
4848

4949
if ( ! is_dir( $log_dir ) ) {

0 commit comments

Comments
 (0)