Skip to content

Commit

Permalink
Fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
CrochetFeve0251 committed Jul 5, 2024
1 parent dc4d6c1 commit ea9b489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/AdminBar/AdminBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function purge_cache() {
* @return void
*/
protected function exit() {
defined('WP_ROCKET_CDN_IS_TESTING') && constant('WP_ROCKET_CDN_IS_TESTING') ? wp_die() : exit;
defined( 'WP_ROCKET_CDN_IS_TESTING' ) && constant( 'WP_ROCKET_CDN_IS_TESTING' ) ? wp_die() : exit;
}

/**
Expand Down

0 comments on commit ea9b489

Please sign in to comment.