CI #192
ci.yaml
on: push
phpcs
/
phpcs
34s
phpstan
/
phpstan
1m 1s
Matrix: phplint / phplint
Annotations
10 errors and 5 warnings
phpstan / phpstan:
src/Extension.php#L361
Cannot call method get_meta() on WC_Order|WC_Order_Refund|true.
|
phpstan / phpstan:
src/Extension.php#L361
Cannot cast mixed to int.
|
phpstan / phpstan:
src/Extension.php#L445
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
|
phpstan / phpstan:
src/Extension.php#L477
Cannot call method get_type() on WC_Order|WC_Order_Refund|true.
|
phpstan / phpstan:
src/Extension.php#L493
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#L503
Parameter #1 $text of function esc_html expects string, int|null given.
|
phpstan / phpstan:
src/Extension.php#L504
Parameter #1 $text of function esc_html expects string, mixed given.
|
phpstan / phpstan:
src/Extension.php#L505
Parameter #1 $text of function esc_html expects string, string|null given.
|
phpstan / phpstan:
src/Extension.php#L528
Cannot call method get_status() on WC_Order|WC_Order_Refund|true.
|
phpstan / phpstan:
src/Extension.php#L528
Cannot call method needs_payment() on WC_Order|WC_Order_Refund|true.
|
phplint / PHP 8.3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
phplint / PHP 8.1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
phpcs / phpcs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
phplint / PHP 8.2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
phpstan / phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|