Fix checked radio input not centered #3071
Open
Annotations
12 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4.1.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🔎 Mago Analyze:
classes/models/FrmEmailStats.php#L115
Cannot perform array access on possibly `false` value.
>The expression might be `false` here.
Attempting to read an array index on `false` will result in a runtime error.
Help: Ensure the variable holds an array before accessing it, possibly by checking with `is_array()` or `!== false`.
|
|
🔎 Mago Analyze:
classes/models/FrmEmailStats.php#L114
Cannot perform array access on possibly `false` value.
>The expression might be `false` here.
Attempting to read an array index on `false` will result in a runtime error.
Help: Ensure the variable holds an array before accessing it, possibly by checking with `is_array()` or `!== false`.
|
|
🔎 Mago Analyze:
classes/models/FrmEmailStats.php#L111
Cannot perform array access on possibly `false` value.
>The expression might be `false` here.
Attempting to read an array index on `false` will result in a runtime error.
Help: Ensure the variable holds an array before accessing it, possibly by checking with `is_array()` or `!== false`.
|
|
🔎 Mago Analyze:
classes/models/FrmEmailStats.php#L110
Cannot perform array access on possibly `false` value.
>The expression might be `false` here.
Attempting to read an array index on `false` will result in a runtime error.
Help: Ensure the variable holds an array before accessing it, possibly by checking with `is_array()` or `!== false`.
|
|
🔎 Mago Analyze:
classes/models/FrmEmailStats.php#L109
Cannot perform array access on possibly `false` value.
>The expression might be `false` here.
Attempting to read an array index on `false` will result in a runtime error.
Help: Ensure the variable holds an array before accessing it, possibly by checking with `is_array()` or `!== false`.
|
|
🔎 Mago Analyze:
classes/models/FrmEmailStats.php#L108
Cannot perform array access on possibly `false` value.
>The expression might be `false` here.
Attempting to read an array index on `false` will result in a runtime error.
Help: Ensure the variable holds an array before accessing it, possibly by checking with `is_array()` or `!== false`.
|
|
🔎 Mago Analyze:
classes/models/FrmEmailStats.php#L107
Cannot perform array access on possibly `false` value.
>The expression might be `false` here.
Attempting to read an array index on `false` will result in a runtime error.
Help: Ensure the variable holds an array before accessing it, possibly by checking with `is_array()` or `!== false`.
|
|
🔎 Mago Analyze:
classes/models/FrmEmailStats.php#L106
Cannot perform array access on possibly `false` value.
>The expression might be `false` here.
Attempting to read an array index on `false` will result in a runtime error.
Help: Ensure the variable holds an array before accessing it, possibly by checking with `is_array()` or `!== false`.
|
|
🔎 Mago Analyze:
classes/models/FrmEmailStats.php#L105
Cannot perform array access on possibly `false` value.
>The expression might be `false` here.
Attempting to read an array index on `false` will result in a runtime error.
Help: Ensure the variable holds an array before accessing it, possibly by checking with `is_array()` or `!== false`.
|
|
🔎 Mago Analyze:
classes/controllers/FrmStylesController.php#L763
Cannot perform array access on possibly `false` value.
>The expression might be `false` here.
Attempting to read an array index on `false` will result in a runtime error.
Help: Ensure the variable holds an array before accessing it, possibly by checking with `is_array()` or `!== false`.
|
|
✅ Mago Lint:
classes/views/frm-fields/front-end/product-single.php#L18
Loop is unconditionally terminated and will not iterate.
>This loop will only execute once at most
>The loop is exited by this unconditional `break` statement
Loops that do not iterate are often misleading and can indicate a logic error or redundant code.
Help: Consider refactoring the code. If the loop is intended to run only once, an `if` statement might be clearer.
|
background
wait
wait-all
cancel
Loading