Skip to content

Merge pull request #40 from pronamic/37-no-customer-and-payment-lines #73

Merge pull request #40 from pronamic/37-no-customer-and-payment-lines

Merge pull request #40 from pronamic/37-no-customer-and-payment-lines #73

Triggered via push June 14, 2023 09:10
Status Failure
Total duration 1m 9s
Artifacts

ci.yaml

on: push
Matrix: phplint / phplint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan / phpstan: src/Extension.php#L275
Access to undefined constant Pronamic\WordPress\Pay\Core\PaymentMethods::BILLIE.
phpstan / phpstan: src/Extension.php#L276
Access to undefined constant Pronamic\WordPress\Pay\Core\PaymentMethods::BILLIE.
phpstan / phpstan: src/Extension.php#L548
Cannot call method get_meta() on WC_Order|WC_Order_Refund|true.
phpstan / phpstan: src/Extension.php#L548
Cannot cast mixed to int.
phpstan / phpstan: src/Extension.php#L632
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
phpstan / phpstan: src/Extension.php#L671
Parameter #1 $order of static method Pronamic\WordPress\Pay\Extensions\WooCommerce\WooCommerce::get_payment_method_title() expects WC_Order, WC_Order|WC_Order_Refund|true given.
phpstan / phpstan: src/Extension.php#L681
Parameter #1 $text of function esc_html expects string, int|null given.
phpstan / phpstan: src/Extension.php#L682
Parameter #1 $text of function esc_html expects string, mixed given.
phpstan / phpstan: src/Extension.php#L683
Parameter #1 $text of function esc_html expects string, string|null given.
phpstan / phpstan: src/Extension.php#L707
Cannot call method add_order_note() on WC_Order|WC_Order_Refund|true.