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

Apply fixes from StyleCI #2000

Merged
merged 1 commit into from
Jun 25, 2024

Apply fixes from StyleCI

631964d
Select commit
Loading
Failed to load commit list.
Merged

Apply fixes from StyleCI #2000

Apply fixes from StyleCI
631964d
Select commit
Loading
Failed to load commit list.
Scrutinizer / Inspection succeeded Jun 25, 2024 in 4m 52s

Summary

1 new issues, 5 updated code elements

Annotations

Check notice on line 219 in src/Assets/Image.php

See this annotation in the file changed.

@scrutinizer scrutinizer / Inspection

src/Assets/Image.php#L219

It seems like ``$asset['content_source']`` can also be of type ``null``; however, parameter ``$data`` of ``simplexml_load_string()`` does only seem to accept ``string``, maybe add an additional type check?