Skip to content

[FEATURE] Add the ability to exclude CSS selectors from being inlined #1943

[FEATURE] Add the ability to exclude CSS selectors from being inlined

[FEATURE] Add the ability to exclude CSS selectors from being inlined #1943

Re-run triggered May 24, 2024 09:08
Status Failure
Total duration 1m 45s
Artifacts

ci.yml

on: pull_request
Matrix: Composer Validate
Matrix: PHP Lint
Matrix: Composer Normalize
Matrix: Static Analysis
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Static Analysis (fixer, 8.2)
Process completed with exit code 8.
MixedAssignment: tests/Unit/CssInlinerTest.php#L3155
tests/Unit/CssInlinerTest.php:3155:39: MixedAssignment: Unable to determine the type that $exludedSelector is being assigned to (see https://psalm.dev/032)
MixedArgument: tests/Unit/CssInlinerTest.php#L3156
tests/Unit/CssInlinerTest.php:3156:46: MixedArgument: Argument 1 of Pelago\Emogrifier\CssInliner::addExcludedCssSelector cannot be mixed, expecting string (see https://psalm.dev/030)
Static Analysis (psalm, 8.2)
Process completed with exit code 2.