v3.3.2 #42
ci.yaml
on: push
phpcs
/
phpcs
20s
phpstan
/
phpstan
33s
Matrix: phplint / phplint
Annotations
10 errors and 5 warnings
phpstan / phpstan:
src/Extension.php#L158
Cannot cast mixed to int.
|
phpstan / phpstan:
src/Extension.php#L171
Parameter #1 $string of function urldecode expects string, mixed given.
|
phpstan / phpstan:
src/Extension.php#L184
Constant WP_SESSION_COOKIE not found.
|
phpstan / phpstan:
src/Extension.php#L207
Parameter #1 ...$arrays of function array_merge expects array, mixed given.
|
phpstan / phpstan:
src/Extension.php#L208
Parameter #2 ...$arrays of function array_merge expects array, mixed given.
|
phpstan / phpstan:
src/Extension.php#L259
Method Pronamic\WordPress\Pay\Extensions\NinjaForms\Extension::submission_actions() has parameter $actions with no value type specified in iterable type array.
|
phpstan / phpstan:
src/Extension.php#L259
Method Pronamic\WordPress\Pay\Extensions\NinjaForms\Extension::submission_actions() has parameter $form_cache with no value type specified in iterable type array.
|
phpstan / phpstan:
src/Extension.php#L259
Method Pronamic\WordPress\Pay\Extensions\NinjaForms\Extension::submission_actions() has parameter $form_data with no value type specified in iterable type array.
|
phpstan / phpstan:
src/Extension.php#L259
Method Pronamic\WordPress\Pay\Extensions\NinjaForms\Extension::submission_actions() return type has no value type specified in iterable type array.
|
phpstan / phpstan:
src/Extension.php#L334
Method Pronamic\WordPress\Pay\Extensions\NinjaForms\Extension::maybe_update_session_before_response() has parameter $data with no value type specified in iterable type array.
|
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.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/.
|
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/.
|
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/.
|