Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Jun 27, 2024
1 parent f39d61b commit d3616ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Engine/Media/AboveTheFold/WarmUp/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public function add_wpr_imagedimensions_query_arg( string $url ): string {
*/
private function is_mobile(): bool {
$plugin_version = (string) get_rocket_option( 'version', '' );
if ( ! $plugin_version ) { # We are warming up a fresh installation. Options are not set yet.
if ( ! $plugin_version ) { // We are warming up a fresh installation. Options are not set yet.
return true;
}

Expand Down

0 comments on commit d3616ce

Please sign in to comment.