Skip to content

Commit 4980b86

Browse files
committed
feat: phpcbf
1 parent 1615e64 commit 4980b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts-bridge/includes/class-posts-synchronizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ private static function claim_lock() {
831831
$error_message = 'Skip synchronization, lock file found';
832832
Logger::log( $error_message, Logger::ERROR );
833833

834-
return new WP_Error( 'conflict', $error_message, array( 'status' => 409 ) );
834+
return new WP_Error( 'conflict', $error_message, array( 'status' => 409 ) );
835835
}
836836

837837
// phpcs:disable WordPress.WP.AlternativeFunctions

0 commit comments

Comments
 (0)