feat: Support SW6.7 #29
code-style.yml
on: pull_request
cs
/
Check Style
16s
phpstan
/
Static Analyse
1m 29s
Annotations
7 errors
|
phpstan / Static Analyse
Process completed with exit code 1.
|
|
phpstan / Static Analyse:
src/Subscriber/FroshCrossSellingProductListingSubscriber.php#L90
Instanceof between Frosh\FroshProductCompare\CrossSellingComparable\CrossSellingComparableEntity and Frosh\FroshProductCompare\CrossSellingComparable\CrossSellingComparableEntity will always evaluate to true.
|
|
phpstan / Static Analyse:
src/Page/CompareProductPageLoader.php#L286
Parameter #2 $value of class Shopware\Core\Framework\DataAbstractionLayer\Search\Filter\EqualsAnyFilter constructor expects array<int<0, max>|string, float|int|string|null>, array<string> given.
|
|
phpstan / Static Analyse:
src/Page/CompareProductPageLoader.php#L256
Instanceof between Shopware\Core\Content\Property\PropertyGroupEntity and Shopware\Core\Content\Property\PropertyGroupEntity will always evaluate to true.
|
|
phpstan / Static Analyse:
src/Page/CompareProductPageLoader.php#L132
Parameter #2 $selectedPropertyIds of method Frosh\FroshProductCompare\Page\CompareProductPageLoader::sortProperties() expects array<string>, list given.
|
|
phpstan / Static Analyse:
src/Controller/CompareProductController.php#L46
Parameter #1 $productIds of method Frosh\FroshProductCompare\Page\CompareProductPageLoader::loadPreview() expects array<string>, array<mixed> given.
|
|
phpstan / Static Analyse:
src/Controller/CompareProductController.php#L36
Parameter #1 $productIds of method Frosh\FroshProductCompare\Page\CompareProductPageLoader::load() expects list<string>, array<mixed> given.
|