Skip to content

Commit 6a71ea7

Browse files
committed
PHPCS fixes.
1 parent fd96702 commit 6a71ea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

classes/ActionScheduler_Versions.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ public function register( $version_string, $initialization_callback ) {
3636
return false;
3737
}
3838

39+
// phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace
3940
$backtrace = debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS );
4041
$source = $backtrace[0]['file'];
4142

4243
$this->versions[ $version_string ] = $initialization_callback;
43-
$this->sources[ $source ] = $version_string;
44+
$this->sources[ $source ] = $version_string;
4445
return true;
4546
}
4647

0 commit comments

Comments
 (0)