GitHub actions #36
php.yml
on: pull_request
cs
/
Check Style
44s
phpstan
/
Static Analyse
1m 56s
phpunit
/
Tests
5m 13s
Annotations
11 errors and 1 warning
cs / Check Style
Process completed with exit code 1.
|
phpstan / Static Analyse:
src/Checkout/Payment/PayPalPaymentHandler.php#L203
Call to method getSalesChannelId() on an unknown class Shopware\Commercial\Subscription\Entity\Subscription\SubscriptionEntity.
|
phpstan / Static Analyse:
src/Checkout/Payment/PayPalPaymentHandler.php#L207
Call to method getSalesChannelId() on an unknown class Shopware\Commercial\Subscription\Entity\Subscription\SubscriptionEntity.
|
phpstan / Static Analyse:
src/Checkout/Payment/Service/VaultTokenService.php#L59
Call to method getCustomFields() on an unknown class Shopware\Commercial\Subscription\Entity\Subscription\SubscriptionEntity.
|
phpstan / Static Analyse:
src/Checkout/Payment/Service/VaultTokenService.php#L107
Method Swag\PayPal\Checkout\Payment\Service\VaultTokenService::getSubscription() has invalid return type Shopware\Commercial\Subscription\Entity\Subscription\SubscriptionEntity.
|
phpstan / Static Analyse:
src/Checkout/Payment/Service/VaultTokenService.php#L114
Class Shopware\Commercial\Subscription\Checkout\Cart\Recurring\SubscriptionRecurringDataStruct not found.
|
phpstan / Static Analyse:
src/Checkout/Payment/Service/VaultTokenService.php#L118
Call to method getSubscription() on an unknown class Shopware\Commercial\Subscription\Checkout\Cart\Recurring\SubscriptionRecurringDataStruct.
|
phpstan / Static Analyse:
src/Checkout/Payment/Service/VaultTokenService.php#L133
Parameter $subscription of method Swag\PayPal\Checkout\Payment\Service\VaultTokenService::saveTokenToSubscription() has invalid type Shopware\Commercial\Subscription\Entity\Subscription\SubscriptionEntity.
|
phpstan / Static Analyse:
src/Checkout/Payment/Service/VaultTokenService.php#L140
Call to method getId() on an unknown class Shopware\Commercial\Subscription\Entity\Subscription\SubscriptionEntity.
|
phpstan / Static Analyse:
tests/Checkout/Cart/ExcludedProductValidatorTest.php#L157
Please use phpunit attribute instead of annotation for: dataProvider
|
phpstan / Static Analyse:
tests/Checkout/Cart/ExcludedProductValidatorTest.php#L185
Please use phpunit attribute instead of annotation for: dataProvider
|
cs / Check Style:
rector.php#L1
Found violation(s) of type: blank_line_after_opening_tag
|