[FEATURE] Add the ability to exclude CSS selectors from being inlined #1943
ci.yml
on: pull_request
Matrix: Composer Validate
Matrix: PHP Lint
Matrix: Composer Normalize
Matrix: Static Analysis
Matrix: Unit tests
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.
|