Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not serve WebP images that are larger than the original #6123

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Do not serve WebP images larger than the original

1f93b00
Select commit
Loading
Failed to load commit list.
Open

Do not serve WebP images that are larger than the original #6123

Do not serve WebP images larger than the original
1f93b00
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Aug 31, 2023 in 0s

2 new issues (1 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 2
           

See the complete overview on Codacy

Annotations

Check notice on line 439 in inc/Addon/WebP/Subscriber.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

inc/Addon/WebP/Subscriber.php#L439

Assignments must be the first block of code on a line

Check notice on line 439 in inc/Addon/WebP/Subscriber.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

inc/Addon/WebP/Subscriber.php#L439

Variable assignment found within a condition. Did you mean to do a comparison?